Requirement: | You must specify at least one chart variable, one width variable, and the SUMVAR= option. |
Global statements: | FOOTNOTE, GOPTIONS, LEGEND, PATTERN, TITLE |
The options in an HBAR, HBAR3D, VBAR, and VBAR3D statement affect all bars that are produced by the statement. You can specify as many options as you want and list them in any order.
Not supported by Java
graph.png
. If the name
duplicates and existing name, then FIRST | specifies that the width of each bar is determined solely by the value of the first observation of the width-variable in the data for that bar. |
LAST | specifies that the width of each bar is determined solely by the value of the last observation of the width-variable in the data for that bar. |
SUM | specifies that the width of each bar is the sum of the values of the width-variable for that bar. |
PCT | PERCENT | specifies that the width of each bar is the sum of the values of the width-variable for that bar. The width is expressed as a percentage of the sum of the values of the width-variable for all of the bars. |