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





Gets the index of this pie slice in the series.

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

 Syntax

C#  Copy Code

public int SliceIndex { get; }

Visual Basic  Copy Code

Public ReadOnly Property SliceIndex As Integer

 Property Value

An integer value.

 Remarks

The SliceIndex corresponds to the location of the data this slice represents in the data array for the series.

 See Also

PieSlice Members
PieSlice Class
MindFusion.Charting.Wpf Namespace