MindFusion.Charting Programmer's Guide

PiePiece.PieceOut Property

See Also
 





Gets whether this piece is detached.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool PieceOut { get; }

Visual Basic  Copy Code

Public ReadOnly Property PieceOut As Boolean

 Property Value

A bool value.

 Remarks

The piece is drawn detached when the value of PieceOut property is set to the index of the piece or to a value greater than the number of pie pieces. In this case, all pieces are drawn detached.

 See Also