Nevron .NET Vision
Nevron.Chart.ThinWeb Namespace / INEndTrackballDragCallback Interface / OnEndDrag Method


In This Topic
    OnEndDrag Method (INEndTrackballDragCallback)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub OnEndDrag( _
       ByVal control As NThinChartControl, _
       ByVal chart As NChart _
    ) 
    'Usage
     
    
    Dim instance As INEndTrackballDragCallback
    Dim control As NThinChartControl
    Dim chart As NChart
     
    instance.OnEndDrag(control, chart)
    void OnEndDrag( 
       NThinChartControl control,
       NChart chart
    )

    Parameters

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