MindFusion.Charting for Silverlight Programmer's Guide
PieSeries.DetachedPiecesList Property
See Also
 






Gets or sets the position of detached pieces.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public DoubleCollection DetachedPiecesList { get; set; }

Visual Basic  Copy Code

Public Property DetachedPiecesList As DoubleCollection

 Property Value

An instance of the System.Windows.Media.DoubleCollection class. Default value is an empty list.

 Remarks

Each member in the list specifies the detachment, in device independent units, of its corresponding piece. If you decide to have detached pieces, put a number in the DetachedPiecesList for every data value that you have in PieSeries.Data.  Use 0 for pieces that should not be detached.

 See Also

PieSeries Members
PieSeries Class
MindFusion.Charting.Silverlight Namespace