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


In This Topic
    CreateDockedAxis Method (NCartesianChart)
    In This Topic
    Helper method that creates a docked axis
    Syntax
    'Declaration
     
    
    Public Shared Function CreateDockedAxis( _
       ByVal dockZone As ENCartesianAxisDockZone, _
       ByVal scaleType As ENScaleType _
    ) As NCartesianAxis
    'Usage
     
    
    Dim dockZone As ENCartesianAxisDockZone
    Dim scaleType As ENScaleType
    Dim value As NCartesianAxis
     
    value = NCartesianChart.CreateDockedAxis(dockZone, scaleType)

    Parameters

    dockZone
    scaleType
    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