ViewMode Property
Syntax
CWGraph3D.ViewMode
Data Type
You can use the following constants with this data type:
- cwViewUserDefined–Views a user-defined area.
- cwViewXYPlane–Views the XY plane.
- cwViewXZPlane–Views the XZ plane.
- cwViewYZPlane–Views the YZ plane.
Purpose
Specifies the viewing position of the graph.
Example
'View only the XY plane of the graph
CWGraph3D1.ViewMode = cwViewXYPlane