favSetGraphStyle

AVVIEWER Subroutine: Sets the graph style (mesh, surface, barchart, lines, or points).

Module: USE AVVIEWER

Syntax

favSetGraphStyle (hv, graphStyle, status)

hv
A handle that references an instance of Array Viewer created by favStartViewer.

graphStyle
An input argument of type INTEGER(4). It specifies the desired graph style, which must be one of the graph style parameters defined in the AVVIEWER module.

status
An output argument of type INTEGER(4). It returns a status code for the success of this call. The value 0 indicates success.

Remarks

Some graph styles are not valid for particular graph types. For a description of the different graph types, see Array Viewer online help.

See Also

favGetGraphStyle