Gets or sets indices of emphasized data items. PieRenderer draws their corresponding slices as pulled out of the pie.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
public IList<Int32> DetachedSlices { get; set; } |
Visual Basic Copy Code |
---|
Public Property DetachedSlices As IList(Of Int32) |
A list of integer values.
Charting for .NET MAUI Guide | © 2024 MindFusion |