Requirement: | The data must contain only one response value per unique category variable. If more than one value is found, a warning is written to the SAS log, and the graph might produce unpredictable results. |
Interactions: | The VBARPARM statement can be combined only with
other basic plot statements in the SGPLOT procedure. See Plot Type Compatibility.
When used with particular styles, the VBARPARM statement produces fill patterns for grouped bars. For more information about fill patterns, see Using Fill Patterns to Distinguish Grouped Bar Charts. |
Note: | An important distinction between VBARPARM and VBAR is that the response variable is required for VBARPARM. In addition, the response variable should contain pre-summarized computed values such as a sum or a mean. |
Example: | About Bar Charts |
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
DATALABELATTRS=(Color=Green Family=Arial Size=8 Style=Italic Weight=Bold)
This option has no effect if you also specify NOFILL.
If NOFILL and NOOUTLINE are both specified, then both options are ignored.
This option is ignored if GROUP= is specified and GROUPDISPLAY=STACK.
The appearance of the limit lines can be controlled by the LIMITATTRS= option.
This option is ignored if GROUP= is specified and GROUPDISPLAY=STACK.
The appearance of the limit lines can be controlled by the LIMITATTRS= option.
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.