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

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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
  • 837 views
  • 0 likes
  • 1 in conversation