'Declaration Public Enum PredefinedProjection Inherits System.Enum
'Usage Dim instance As PredefinedProjection
public enum PredefinedProjection : System.Enum
'Declaration Public Enum PredefinedProjection Inherits System.Enum
'Usage Dim instance As PredefinedProjection
public enum PredefinedProjection : System.Enum
Member | Description |
---|---|
Orthogonal | Orthogonal 2D projection, no viewer rotation. |
OrthogonalElevated | An orthogonal projection with slightly elevated camera. Suitable for 3D pie charts. |
OrthogonalHalf | Orthogonal 3D projection without viewer rotation. |
OrthogonalHalfElevated | Orthogonal 3D projection with elevated camera. |
OrthogonalHalfHorizontalLeft | Orthogonal 3D projection with viewer rotation for left aligned charts. |
OrthogonalHalfHorizontalRight | Orthogonal 3D projection with viewer rotation for right aligned charts. |
OrthogonalHalfRotated | Orthogonal 3D projection with rotated camera. |
OrthogonalHorizontalLeft | Orthogonal 2D projection with viewer rotation for left aligned charts. |
OrthogonalHorizontalRight | Orthogonal 2D projection with viewer rotation for right aligned charts. |
OrthogonalTop | Orthogonal view from top. Suitable for contour charts. |
Perspective | A perspective projection without viewer rotation. |
PerspectiveElevated | A perspective projection with slightly elevated camera. |
PerspectiveHorizontalLeft | A perspective projection with viewer rotation for left aligned charts. |
PerspectiveHorizontalRight | A perspective projection with viewer rotation for right aligned charts. |
PerspectiveRotated | A perspective projection with slightly rotated camera. |
PerspectiveTilted | A perspective projection with slightly rotated and elevated camera. Suitable for 3D scatter and surface charts. |
System.Object
System.ValueType
System.Enum
Xceed.Chart.GraphicsCore.PredefinedProjection
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2