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

---------------------------------------------------------------

This is a pretty straightforward sas/graph 'proc gchart' horizontal bar (hbar)
chart.  I add the labels at the ends of the bars using annotate (since gchart
only has built-in options to put labels at the ends of vbar charts), and I
annotate the 'Under' and 'Over' labels at the top of the chart area.

To get the background color for the main title, I used "box=1 bcolor=cx4f584a"
in the title statement.  I use 'woutline=2' to make the outlines of the bars
thicker than usual.

Back to Samples Index