Click here to see the SAS code.
Click here to see the example.
This one is a fairly simple bar chart, with the following customizations...
I annotate some number values on the bars.
I use "value=(angle=90)" in the axis statement to rotate the value labels
on the horizontal axis.
I use 'nolabel' on both axes, and then I 'fake' a label on the left axis
by using title2 and title3 with angle=90.
Back to Samples Index