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


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

    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