Nevron .NET Vision
Nevron.Chart Namespace / PolarAxisOrientation Enumeration


In This Topic
    PolarAxisOrientation Enumeration
    In This Topic
    Enumerates the orientations of polar axis
    Syntax
    'Declaration
     
    
    Public Enum PolarAxisOrientation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PolarAxisOrientation
    public enum PolarAxisOrientation : System.Enum 
    Members
    MemberDescription
    AnglePolar axis is used to denote an angle in a polar coordinate space
    ValuePolar axis is used to denote a value in a polar coordinate space
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.PolarAxisOrientation

    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