Nevron .NET Vision
Nevron.Chart Namespace / NAxisPagingView Class / ScrollToValue Method


In This Topic
    ScrollToValue Method (NAxisPagingView)
    In This Topic
    Scrolls the axis in order to show the specified value
    Syntax
    'Declaration
     
    
    Public Sub ScrollToValue( _
       ByVal axisValue As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NAxisPagingView
    Dim axisValue As System.Double
     
    instance.ScrollToValue(axisValue)
    public void ScrollToValue( 
       System.double axisValue
    )

    Parameters

    axisValue
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also