Search
PieChart.DetachedSlices Property
See Also
 






Gets or sets indices of detached slices.

Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor

 Syntax

C#  Copy Code

public IList<Int32> DetachedSlices { get; set; }

Visual Basic  Copy Code

Public Property DetachedSlices As IList(Of Int32)

 Property Value

A list of integer indices specifying which slices to detach.

 See Also