Contents MDDB Report Viewer Methods Previous Next
 

_DISPLAY_ONEWAY_HBAR_ Method

Submits the PROC GCHART statement to produce the one-way horizontal bar chart.

Syntax

 CALL SEND(OBJID,'_DISPLAY_ONEWAY_HBAR_',statistic,analysis-variable,
                down-variable,dsname,gif-device);

Where... Is Type... And Contains...
statistic C the statistic to be graphed
analysis-variable C the analysis variable to be graphed
down-variable C the down dimension variable to be graphed
dsname C the data set name from the _WRITE_ method
gif-device C the device driver name.

Contents MDDB Report Viewer Methods Previous Next