ProjectionStyle Property
Syntax
CWGraph3D.ProjectionStyle
Data Type
You can use the following constants with this data type:
- cwOrthographic–Displays orthographic projection, in which all points appear to be the same size regardless of viewing distance.
- cwPerspective–Displays perspective projection, in which point size reflects the viewing distance of the point.
Purpose
Specifies the projection style of the graph.
Example
'Set the projection style to orthographic projection
CWGraph3D1.ProjectionStyle = cwOrthographic