Gets the index of this pie slice in the series.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public int SliceIndex { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property SliceIndex As Integer |
An integer value.
RemarksThe SliceIndex corresponds to the location of the data this slice represents in the data array for the series.
See Also