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

The main trick here is that I the 'split' option in the axis statement
to split some bar labels into 2 lines.

I also use value=(t=1 '0') in the axis statement to get the bottom number on the
left axis to be '0' instead of '0%', and I suppress both axis labels by using 
label=none in the axis statements.

I use a subgroup to control the color of the bars, and for the one bar I want
a different color, I make the value of it's subgroup variable ('barcolor') 
different from the others.

Back to Samples Index