Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / ENPredefinedProjection Enumeration


In This Topic
    ENPredefinedProjection Enumeration
    In This Topic
    Enumerates the predefined projections
    Syntax
    'Declaration
     
    
    Public Enum ENPredefinedProjection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPredefinedProjection
    public enum ENPredefinedProjection : 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.Nov.Graphics.ENPredefinedProjection

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also