Interaction: | The VBAR statement can be combined only with other categorization plot statements in the SGPLOT procedure. See Plot Type Compatibility. |
Examples: | About Bar Charts |
If your plot is overlaid with other categorization plots, then the first ALPHA value that you specify is used for all of the plots.
1
, then there is
no space between the bars. If you specify a width of .5
,
then the width of the bars is equal to the space between the bars.
1.0 when the GROUP option is specified and GROUPDISPLAY=CLUSTER
Uniform scaling and response sorting cannot occur on the same axis. If the UNIFORM= option is used in the SGPLOT statement, the UNIFORM option is ignored for the sorted response axis and a note is generated in the log. The UNIFORM= option is applied to the other axes and groups if requested. Note that the UNIFORM= option can selectively apply scaling to only the X or Y axis
DATALABELATTRS=(Color=Green Family=Arial Size=8 Style=Italic Weight=Bold)
This option displays group values for each category when GROUP= is also specified.
This option displays response values for each overlaid chart.
This option has no effect unless you also specify the DATALABEL option.
This option has no effect if you also specify NOFILL.
If NOFILL and NOOUTLINE are both specified, then both options are ignored.
The LIMITS= option has no effect if you also specify the GROUP= option in the plot statement.
Limits lines are displayed only when you specify STAT=MEAN.
The LIMITSTAT= option has no effect if you also specify the GROUP= option in the plot statement.
If NOOUTLINE and NOFILL are both specified, then both options are ignored.
This option has no effect unless you also specify IMAGEMAP in the ODS GRAPHICS statement. For more information, see Using the ODS GRAPHICS Statement.