BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi,

I am looking into converting a series of gcharts to use sgplot and I was wondering if there is an equivalent way of doing type=percent (other than calculating the percentages yourself)

The gchart code looks like this:

PROC GCHART DATA=PLOT;
VBAR3D TPHOTMET / CFRAME=white RAXIS=AXIS14 MAXIS=AXIS24
MIDPOINTS= 1440 TO 1560 BY 10 TYPE=PERCENT NAME="HISTT1";
RUN;

Any help would be greatly appreciated

Regards,
Dave

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 0 replies
  • 849 views
  • 0 likes
  • 1 in conversation