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





Gets or sets the 0-based index of the chart series, which holds the clicked element.

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public int SeriesIndex { get; set; }

Visual Basic  Copy Code

Public Property SeriesIndex As Integer

 Property Value

An integer. Default value is 0.

 Remarks

The property is used only in multi-series charts.

 See Also

AreaIndex
Chart.AreaEventArgs Members
Chart.AreaEventArgs Class
MindFusion.Charting.WebForms Namespace