Gets the index of the series in the series collection this scatter belongs to.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public int SeriesIndex { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property SeriesIndex As Integer |
An integer value.
The SeriesIndex property corresponds to the position in the Series list of the ChartSeries this scatter belongs to.