Nevron.Chart.ThinWeb Namespace / INDataZoomCallback Interface / OnDataZoom Method


OnDataZoom Method
Syntax
'Declaration
 
Sub OnDataZoom( _
   ByVal control As NThinChartControl, _
   ByVal chart As NCartesianChart, _
   ByVal horzAxis As NAxis, _
   ByVal vertAxis As NAxis _
) 
 
'Usage
 
Dim instance As INDataZoomCallback
Dim control As NThinChartControl
Dim chart As NCartesianChart
Dim horzAxis As NAxis
Dim vertAxis As NAxis
 
instance.OnDataZoom(control, chart, horzAxis, vertAxis)

Parameters

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