|
_DISPLAY_TWOWAY_VBAR_ Method
Submits the SAS/GRAPH PROC GCHART statements to
produce the two-way vertical bar chart.
Syntax
CALL SEND(OBJID,'_DISPLAY_TWOWAY_VBAR_',stat,var,down,across,
dsname,gifdev,subset-list);
Where... |
Is Type... |
And Contains... |
stat |
C |
Statistic to be graphed |
var |
C |
Analysis variable to be graphed |
down |
C |
Down variable to be graphed |
across |
C |
Across variable to be graphed |
dsname |
C |
Data set name from _WRITE_ method |
gifdev |
C |
Device driver name |
subset-list |
N |
The subset list for the initial graph. This parameter is optional. |
|