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

I munge the data in this example, and make the 'expenses' into
a negative amount, so they stick out below the negative bar.

I use gchart vbar 'subgroup' to control the colors of the 
bar segments (I use 'class' as my subgroup variable to control
which segments are colored the same).

And then, you have to arrange your data just right, and also
order your pattern statements just right, so the bar segments
are the desired color :)

Back to Samples Index