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

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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
  • 660 views
  • 0 likes
  • 1 in conversation