Hi,
I have created a Stacked/Grouped vertical bar charts using Proc GCHART Group & subgroup variables. Please refer screenshot attached with SAS Graphs and Code used. Please note that C= Credit & D=Debit for each customer/month.
On the same graph I want to add two horizontal lines showing the average credit amount & average debit amount across all periods specified. I couldn't do it through ANNO= option available. Is there anyway to achieve it through using Proc Gchart?
Appreciate your help.
If these are to be horizontal lines you could summarize the data to get the mean you are looking for and look at the REF option.
If these are to be horizontal lines you could summarize the data to get the mean you are looking for and look at the REF option.
Hi,
Thanks for the solution and sorry for the late response due to work load.
My REF values need to be dynamically calculated from the input values. So I have created macro variables to calculate and call them in REF= option in Proc Gchart, which has worked well. Thanks once again.
Best Regards
RaviB
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
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.