Xceed Chart for WinForms v4.4 Documentation
PredefinedProjection Enumeration


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace : PredefinedProjection Enumeration
Predefined view projections that enable you to set all the projection parameters with one function call.
Syntax
'Declaration
 
Public Enum PredefinedProjection 
   Inherits System.Enum
'Usage
 
Dim instance As PredefinedProjection
public enum PredefinedProjection : System.Enum 
Members
MemberDescription
OrthogonalOrthogonal 2D projection, no viewer rotation.
OrthogonalElevatedAn orthogonal projection with slightly elevated camera. Suitable for 3D pie charts.
OrthogonalHalfOrthogonal 3D projection without viewer rotation.
OrthogonalHalfElevatedOrthogonal 3D projection with elevated camera.
OrthogonalHalfHorizontalLeftOrthogonal 3D projection with viewer rotation for left aligned charts.
OrthogonalHalfHorizontalRightOrthogonal 3D projection with viewer rotation for right aligned charts.
OrthogonalHalfRotatedOrthogonal 3D projection with rotated camera.
OrthogonalHorizontalLeftOrthogonal 2D projection with viewer rotation for left aligned charts.
OrthogonalHorizontalRightOrthogonal 2D projection with viewer rotation for right aligned charts.
OrthogonalTopOrthogonal view from top. Suitable for contour charts.
PerspectiveA perspective projection without viewer rotation.
PerspectiveElevatedA perspective projection with slightly elevated camera.
PerspectiveHorizontalLeftA perspective projection with viewer rotation for left aligned charts.
PerspectiveHorizontalRightA perspective projection with viewer rotation for right aligned charts.
PerspectiveRotatedA perspective projection with slightly rotated camera.
PerspectiveTiltedA perspective projection with slightly rotated and elevated camera. Suitable for 3D scatter and surface charts.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Chart.GraphicsCore.PredefinedProjection

Requirements

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

See Also

Reference

Xceed.Chart.GraphicsCore Namespace