Nevron .NET Vision
Nevron.Chart.ThinWeb Namespace / INScrollbarCallback Interface / OnScroll Method


In This Topic
    OnScroll Method (INScrollbarCallback)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub OnScroll( _
       ByVal control As NThinChartControl, _
       ByVal chart As NCartesianChart, _
       ByVal axis As NAxis _
    ) 
    'Usage
     
    
    Dim instance As INScrollbarCallback
    Dim control As NThinChartControl
    Dim chart As NCartesianChart
    Dim axis As NAxis
     
    instance.OnScroll(control, chart, axis)

    Parameters

    control
    chart
    axis
    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