In This Topic
The following tables list the members exposed by Projection.
Public Constructors
Public Properties
| Name | Description |
 | HorizontalRotation | Gets or sets the horizontal rotation from which the chart is viewed. |
 | PerspectiveRatioPct | Gets or sets the perspective ratio (0-100%) if the ProjectionType property is set to Perspective. |
 | ProjectionDX | Gets or sets the world origin offset by the X axis. For use with orthogonal projection only. |
 | ProjectionDY | Gets or sets the world origin offset by the Y axis. For use with orthogonal projection only. |
 | ProjectionType | Gets or sets the type of projection. |
 | VerticalRotation | Gets or sets the vertical rotation from which the chart is viewed. |
Top
Public Methods
| Name | Description |
 | Clone | Overridden. Creates a clone of the Projection object. |
 | Equals | Compares the Projection object with another System.Object, and checks whether they both are equal. |
Top
See Also