Nevron .NET Vision
Nevron.Chart Namespace / PolarAxisDockZone Enumeration


In This Topic
    PolarAxisDockZone Enumeration
    In This Topic
    Enumerates the possible polar axis dock zones
    Syntax
    'Declaration
     
    
    Public Enum PolarAxisDockZone 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PolarAxisDockZone
    public enum PolarAxisDockZone : 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.Chart.PolarAxisDockZone

    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