NevronOpenVision
Nevron.Nov.Chart Namespace / ENPolarAxis Enumeration
ENPolarAxis Enumeration
Defines the standard axes of the polar chart. This enum is accepted by the Axes collection of the polar chart you access to the desired chart axis.
Syntax
public enum ENPolarAxis : System.Enum 
Members
MemberDescription
PrimaryAnglethe primary angle axis. By default it is positioned on the outer rim of the polar.
PrimaryValueThe primary Y axis. By default it is positioned on the left side of the polar.
SecondaryAnglethe secondary angle axis. By default it is positioned on the outer rim of the polar.
SecondaryValuethe secondary value axis. By default it is positioned on the right side of the polar.
Inheritance Hierarchy

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

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