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