_SHOW_GRAPH_ Method

Sets the graphing variables and calls a graphing method

Syntax

CALL SEND(OBJID,'_DISPLAY_GRAPH_',url,service,_argument-string, _argument-sring2,
graph-type,analysis-variable, statistic-variable,down-variable,across-variable, webcls);

Required Arguments

url
the Application Broker component of the URL.
Type:Character
service
the Application Broker service.
Type:Character
_argument-string
the argument string for the next query.
Type:Character
_argument-sring2
the argument string for the next query.
Type:Character
graph-type
the selected graph type.
Type:Character
analysis-variable
the analysis variable to graph.
Type:Character
statistic-variable
the statistic to graph.
Type:Character
down-variable
the down variable to graph.
Type:Character
across-variable
the across variable to graph.
Type:Numeric
webcls
the WEBEIS class name.
Type:Character

Details

This method sets the default graphing variables if their values have not been specified and calls the appropriate graphing method (_OUTPUT_STANDARD_GRAPH_ or _OUTPUT_CLICKABLE_GRAPH_) for the selected graph source.