ASP.NET Pack Programmer's Guide
Chart.AreaEventArgs Constructor
See Also
 





Creates a new instance of the AreaEventArgs class.

Namespace: MindFusion.Charting.WebForms
Package: 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
)

 Parameters

index
The 0-based index of the clicked element.
seriesIndex
The 0-based index of the series, where the clicked element is located. Used only in multi-series charts.

 See Also

Chart.AreaEventArgs Class
MindFusion.Charting.WebForms Namespace