_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.
- service
-
the Application Broker
service.
- _argument-string
-
the argument string
for the next query.
- _argument-sring2
-
the argument string
for the next query.
- graph-type
-
the selected graph
type.
- analysis-variable
-
the analysis variable
to graph.
- statistic-variable
-
the statistic to graph.
- down-variable
-
the down variable to
graph.
- across-variable
-
the across variable
to graph.
- webcls
-
the WEBEIS class name.
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.