To define the basic setup for a graph, issue the PLOT DEFINE GRAPH command using this syntax:
PLOT plotname DEFINE GRAPH options
The name of the graph that you are defining.
You can specify any or all of the following options for options:
AXIS(XAXIS|YAXIS [,COLOR(WHITE|color)] [,TYPE(NUMERIC|TIME)]) BACKGROUND(LABELAREA|PLOTAREA,COLOR(BLUE|color)) DRAW(ON|OFF) LABEL(XAXIS|YAXIS|TITLE,'label' [,COLOR(color)] [,LINE(n)]) SCALE(XAXIS|YAXIS, start, stop [,step ]) TICK(XAXIS|YAXIS, 'string', number)
You can specify multiple tick marks.
TICK(XAXIS|YAXIS, 'string', number) WINDOW(windowname)
The following section describes the PLOT DEFINE GRAPH command's options.
Copyright © 2012 CA. All rights reserved. |
|