ProjectionStyle Property

3D Graph Control

ProjectionStyle Property

Syntax

CWGraph3D.ProjectionStyle

Data Type

CWGraph3DProjectionStyles

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