In This Topic
The following tables list the members exposed by View.
Public Constructors
| Name | Description |
 | View Constructor | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Public Properties
| Name | Description |
 | Elevation | The elevation of the viewpoint in degrees. |
 | PerspectiveAngle | The field of view angle, in degrees when the Projection property is set to
ProjectionType.Perspective |
 | Projection | Controls the projection type of the camera. Can be ProjectionType.Orthogonal or
ProjectionType.Perspective. |
 | Rotation | The rotation of the viewpoint in degrees. |
 | ViewerRotation | The rotation (or tilting) of the camera. |
 | XDepth | The offset of the 3D objects along the X axis depending on their Z depth when
the projection is ProjectionType.Orthogonal |
 | YDepth | The offset of the 3D objects along the Y axis depending on their Z depth when the
projection is ProjectionType.Orthogonal. |
 | Zoom | The zooming factor applied to the chart camera in percents. |
Top
Public Methods
See Also