Hi,
I am using GCHART to display some bars... May I know how to show the value for each bar...
Thanks in advance
as part of the options for the VBAR or HBAR INSIDE= <statistic > or OUTSIDE=<statistic> (best without subgrouping).
There are some limitations on which statistic depending on whether the subgroup option is used.
The online help for HBAR, HBAR3D, VBAR and VBAR3D statement in GCHART has details.
We have some great samples using PROC GCHART that you might find useful. They are available on support.sas.com at http://support.sas.com/sassamples/graphgallery/PROC_GCHART.html. Other graphic samples are also available another level up at http://support.sas.com/sassamples/graphgallery/index.html.
I always find sample code helpful. I hope you find this to be a useful resource as well.
A few extra tips...
If the value won't fit on top of a vbar, you might try increasing the width of the bars (using the width= option).
Hbars typically print their values in a table to the right of the graph, rather than at the ends of the bars.
And if the built-in options/features don't provide what you're after, you can use "annotate" to place whatever text you want with each bar.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.