Charting for WinForms Programmer's Guide
PieChart.DetachedSlices Property
See Also
 






Gets or sets indices of detached slices.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 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

PieChart Members
PieChart Class
MindFusion.Charting.WinForms Namespace
DetachOffset Property