Tip: | HBAR charts can print either the name or the label of the chart variable. |
See: | Producing a Horizontal Bar Chart for a Subset of the Data |
hbar x / axis=0 to 100 by 10;
For frequency charts, values must be integers.
If you use AXIS= and the BY statement, then PROC CHART produces uniform axes over BY groups.
vbar gender / group=dept;
Not available when TYPE=CFREQ, CPERCENT, FREQ, or PERCENT
Use the GSPACE= option to specify the amount of space between the bars within each group.
Not available when TYPE=CFREQ, CPERCENT, FREQ, or PERCENT
Producing Side-by-Side Bar Charts