MindFusion.Wpf Pack Programmer's Guide
Scatter.SeriesIndex Property
See Also
 





Gets the index of the series in the series collection this scatter belongs to.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public int SeriesIndex { get; }

Visual Basic  Copy Code

Public ReadOnly Property SeriesIndex As Integer

 Property Value

An integer value.

 Remarks

The SeriesIndex property corresponds to the position in the Series list of the ChartSeries this scatter belongs to.

 See Also

Scatter Members
Scatter Class
MindFusion.Charting.Wpf Namespace