CAViewer::SetGraphStyle

CAViewer class

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

BOOL SetGraphStyle(
  enum GraphStyle graphStyle
  );

Parameters

graphStyle
The desired graph style.

Return Value

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

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

CAViewer::GetGraphStyle