SeeView Manual

SeeView Statements and Script Symbols
HP NonStop SeeView Manual526355-004
9-48
GRAPH
CACHE index
reads graph data from the cache associated with the taskid rather than actually
reading from the task in real time.
index
specifies the beginning ordinal record index in the cache. CACHE indexes 0, 1,
2, ..., correspond to the first, second, third, ..., records in cache, and CACHE
indexes -1, -2, -3, ..., correspond to the last, second from last, third from last,...,
records in cache.
FOOT string-exp
defines additional optional text at the base of the graph. This option is frequently
used to place additional information at the base of a graph. The number of
characters in string-exp should not exceed the width of the graph.
GRID interval-exp
indicates the grid pattern interval in terms of the number of vertical character
positions.
The default is GRID 1, which specifies a grid for every line. GRID 0 suppresses the
grid altogether. GRID 3 specifies a grid on every third vertical increment. These
examples illustrate GRAPH statements entered from free windows.