Dundas Chart for ASP.NET
Chart.ChartScrollEventArgs Constructor
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Chart.ChartScrollEventArgs Class : Chart.ChartScrollEventArgs Constructor


chartArea
Scrolled ChartArea.
axis
Scrolled Axis.
updateChart
Flag to update chart image after callback completed. False by default.
Creates chart scroll event arguments.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal chartArea As ChartArea, _
   ByVal axis As Axis, _
   ByVal updateChart As Boolean _
)
Visual Basic (Usage) Copy Code
Dim chartArea As ChartArea
Dim axis As Axis
Dim updateChart As Boolean
 
Dim instance As Chart.ChartScrollEventArgs(chartArea, axis, updateChart)
C#  
public Chart.ChartScrollEventArgs( 
   ChartArea chartArea,
   Axis axis,
   bool updateChart
)

Parameters

chartArea
Scrolled ChartArea.
axis
Scrolled Axis.
updateChart
Flag to update chart image after callback completed. False by default.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.