Creates a new instance of the AreaEventArgs class.
Namespace: MindFusion.Charting.WebForms Assembly: MindFusion.Charting.WebForms
Syntax
C#
Copy Code
|
public Chart.AreaEventArgs ( int index, int seriesIndex ) |
Visual Basic
Copy Code
|
Public New ( _ index As Integer, _ seriesIndex As Integer _ ) |
Java
Copy Code
|
public Chart.AreaEventArgs ( int index, int seriesIndex ) |
JavaScript
Copy Code
|
function Chart.AreaEventArgs (index, seriesIndex) |
Parameters
See Also
|