Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / ENPolarAxisDockZone Enumeration


In This Topic
    ENPolarAxisDockZone Enumeration
    In This Topic
    Enumerates the possible polar axis dock zones
    Syntax
    'Declaration
     
    
    Public Enum ENPolarAxisDockZone 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPolarAxisDockZone
    public enum ENPolarAxisDockZone : System.Enum 
    Members
    MemberDescription
    BottomPolar axis is docked to the bottom of the polar model space
    InnerRimPolar axis is docked to the inner rim of the polar circle
    LeftPolar axis is docked to the left of the polar model space
    OuterRimPolar axis is docked to the outer rim of the polar circle
    RightPolar axis is docked to the right of the polar model space
    TopPolar axis is docked to the top of the polar model space
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Chart.ENPolarAxisDockZone

    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