Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NCartesianChart Class / AddCustomAxis Method


In This Topic
    AddCustomAxis Method (NCartesianChart)
    In This Topic
    Adds a custom axis to the chart
    Syntax
    'Declaration
     
    
    Public Function AddCustomAxis( _
       ByVal orientation As ENCartesianAxisOrientation _
    ) As NCartesianAxis
    'Usage
     
    
    Dim instance As NCartesianChart
    Dim orientation As ENCartesianAxisOrientation
    Dim value As NCartesianAxis
     
    value = instance.AddCustomAxis(orientation)

    Parameters

    orientation
    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