CAViewer::SetGraphType

CAViewer class

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

BOOL SetGraphType(
  enum GraphType graphType
  );

Parameters

graphType
The desired graph type.

Return Value

Returns TRUE if the operation was successful; otherwise, FALSE.

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

CAViewer::GetGraphType