MindFusion.Charting 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
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public int SeriesIndex { get; }

Visual Basic  Copy Code

Public ReadOnly Property SeriesIndex As Integer

 Property Value

An integer. Default value is 0.

 Remarks

The property is used only in multi-series charts.

 See Also