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





Gets the index of the series of this pie slice.

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 corresponds to the position in the Series list of the series this PieSlice belongs to.

 See Also

PieSlice Members
PieSlice Class
MindFusion.Charting.Wpf Namespace