Click here to see the SAS code.
Click here to see the example.
This example uses the new "proc gbarline" to do a bar chart with a
line overlaid. Proc gbarline is available in sas v9.x
I put labels on top of the bars, using the "outside=sum" option
of the bar statement, and I specify a custom "width" for the bars.
Back to Samples Index