Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NAxisReferenceRange Class / Axis Property


In This Topic
    Axis Property (NAxisReferenceRange)
    In This Topic
    Gets or sets the axis
    Syntax
    'Declaration
     
    
    Public Property Axis As NChartAxis
    'Usage
     
    
    Dim instance As NAxisReferenceRange
    Dim value As NChartAxis
     
    instance.Axis = value
     
    value = instance.Axis
    public NChartAxis Axis {get; set;}
    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