Click here to see the SAS code.
Click here to see the example.

A sas/graph gchart vbar chart, using 'subgroup' to control the colors
of the bars.  The variable that controls the value of the color is
'colorvar' and it is a -1 or +1.  I calculate this value using the
following equation colorvar=amount/abs(amount).

Back to Samples Index