_DISPLAY_TWOWAY_HBAR_ Method
Submits the SAS/GRAPH PROC GCHART statements to
produce the two-way horizontal bar chart
Syntax
CALL SEND(OBJID,'_DISPLAY_TWOWAY_HBAR_',
statistic,
analysis-variable,
down-variable,across-variable,dsname,gif-device,subset-list);
Required Arguments
- statistic
-
the statistic to graph.
- analysis-variable
-
the analysis variable
to graph.
- down-variable
-
the down variable to
graph.
- across-variable
-
the across variable
to graph.
- dsname
-
the data set name from
the _WRITE_ method.
- gif-device
-
the device driver name.
- subset-list
-
the subset list for
the initial graph. This parameter is optional.