favSetGraphType

AVVIEWER Subroutine: Sets the graph type (Height Plot, Image Map, Vector, or Plane View).

Module: USE AVVIEWER

Syntax

favSetGraphType (hv, graphType, status)

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

graphType
An input argument of type INTEGER(4). It specifies the desired graph type, which must be one of the graph type 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 types are not valid for particular arrays. For a description of the different graph types, see Array Viewer online help.

See Also

favGetGraphType