Nevron .NET Vision
Nevron.GraphicsCore Namespace / PredefinedProjection Enumeration


In This Topic
    PredefinedProjection Enumeration
    In This Topic
    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.
    Perspective1A perspective projection with slightly rotated and elevated camera.
    Perspective2A perspective projection with slightly rotated and elevated camera.
    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
             Nevron.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