Generate the KPI chart. Specify the segment boundaries, actual KPI value, target value, and colors. The green, yellow, and red colors listed in Hexadecimal Values for GKPI Procedure Default Colors are specified in reverse order so that green begins at zero.


proc gkpi mode=basic;
speedometer actual=12 bounds=(0 25 50 100) /
   colors=(cx84AF5B cxF1DC63 cxD06959)
   label="Cancellations";
run;