Gets or sets the position of detached pieces.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public DoubleCollection DetachedPiecesList { get; set; } |
Visual Basic
![]() |
---|
Public Property DetachedPiecesList As DoubleCollection |
An instance of the System.Windows.Media.DoubleCollection class. Default value is an empty list.
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.