Gets or sets indices of emphasized data items. PieRenderer draws their corresponding slices detached from the pie.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public IList<Int32> DetachedSlices { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DetachedSlices As IList(Of Int32) |
A list of integer indices.
See Also