Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
This one is a quick-n-dirty sas imitation of the following chart.
I annotate the 'Evaluation Version' text over the chart,
and use alpha-transparency so it's like a watermark.
I use sas/graph gchart's grouped hbar chart.
I annotate the values at the end of each bar.
I right-justify the titles.
I annotate a gradient shaded background.
I use a legend option to have a 3d legend shadow.
I use goptions ctext=white and ctitle=white to control the color of the text.
And, I pick bar colors similar to the ones in the original chart.
Back to Samples Index