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


In This Topic
    ENPredefinedCartesianAxis Enumeration
    In This Topic
    Enumerates the predefined settings for cartesian axes
    Syntax
    'Declaration
     
    
    Public Enum ENPredefinedCartesianAxis 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPredefinedCartesianAxis
    public enum ENPredefinedCartesianAxis : System.Enum 
    Members
    MemberDescription
    PrimaryAndSecondaryLinearRepresents a cartesian chart with four axes - two horizontal and two vertical docked at the sides of the chart plot. All axes are numeric.
    StandardStandard configuration using a pair of two Y axes in numeric mode, two X axes in ordinal and one depth ordinal axis
    XDateTimeYLinearRepresents a cartesian chart with two axes where the horizontal axis is date time and the vertical one is numeric (linear).
    XOrdinalYLinearRepresents a cartesian chart with two axes where the horizontal axis is ordinal and the vertical one is numeric (linear).
    XRangeTimelineYLinearRepresents a cartesian chart with two axes where the horizontal axis is a date time range timeline axis and the vertical one is numeric (linear).
    XValueTimelineYLinearRepresents a cartesian chart with two axes where the horizontal axis is a date time value timeline axis and the vertical one is numeric (linear).
    XYLinearRepresents a cartesian chart with two xy numeric axes.
    XYZLinearRepresents a Cartesian chart with three numeric (linear) axes of a standard 3D cartesian coordinate system
    YLinearXZOrdinalRepresents a Cartesian chart with three axes of a standard 3D cartesian coordinate system with Y numeric (linear) axis and XZ ordinal axes.
    Inheritance Hierarchy

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

    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