Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NValueSnapper Class / SnapRange Method


In This Topic
    SnapRange Method (NValueSnapper)
    In This Topic
    Snaps a range
    Syntax
    'Declaration
     
    
    Public Overridable Function SnapRange( _
       ByVal range As NRange _
    ) As NRange
    'Usage
     
    
    Dim instance As NValueSnapper
    Dim range As NRange
    Dim value As NRange
     
    value = instance.SnapRange(range)
    public virtual NRange SnapRange( 
       NRange range
    )

    Parameters

    range
    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