Nevron Open Vision Documentation
Nevron.Nov.Chart.Tools Namespace / NAxisCursorTool Class / GetAxis Method


In This Topic
    GetAxis Method (NAxisCursorTool)
    In This Topic
    Get the axis corresponding to the specified value snapper
    Syntax
    'Declaration
     
    
    Public Function GetAxis( _
       ByVal valueSnapper As NValueSnapper _
    ) As NAxisBase
    'Usage
     
    
    Dim instance As NAxisCursorTool
    Dim valueSnapper As NValueSnapper
    Dim value As NAxisBase
     
    value = instance.GetAxis(valueSnapper)

    Parameters

    valueSnapper
    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