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


In This Topic
    ENCartesianAxis Enumeration
    In This Topic
    Defines the standard axes of the chart. This enum is accepted by the Axes collection of the chart you access to the desired chart axis.
    Syntax
    'Declaration
     
    
    Public Enum ENCartesianAxis 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENCartesianAxis
    public enum ENCartesianAxis : System.Enum 
    Members
    MemberDescription
    DepthThe depth axis. By default it is positioned on the right bottom depth corner of the charting area cube. Visible by default.
    PrimaryXThe primary X axis. By default it is positioned on the bottom front horizontal corner of the charting area cube. Visible by default.
    PrimaryYThe primary Y axis. By default it is positioned on the left front vertical corner of the charting area cube. Visible by default.
    SecondaryXThe secondary X axis. By default it is positioned on the top back horizontal corner of the charting area cube. Not visible by default.
    SecondaryYThe secondary Y axis. By default it is positioned on the right back vertical corner of the charting area cube. Not visible by default.
    Inheritance Hierarchy

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

    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