| The GKPI Procedure |
| Procedure features: |
| ||||||||||
| Sample Library Member: | GKPSPCLR |
![[Speedometer with default colors in reverse order]](images/gkpspclr.gif)
| |
goptions reset=all device=javaimg xpixels=210 ypixels=200; |
| |
ods listing close; ods html style=listing; |
| |
proc gkpi mode=basic; speedometer actual=12 bounds=(0 25 50 100) / colors=(cx84AF5B cxF1DC63 cxD06959) label="Cancellations"; run; |
| |
quit; ods html close; |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.