ASP.NET Pack Programmer's Guide
PieChart.PieceOutPercent Property
See Also
 





Specifies the distance at which the detached pie piece is drawn from the center of the pie/doughnut.

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public float PieceOutPercent { get; set; }

Visual Basic  Copy Code

Public Property PieceOutPercent As Single

 Property Value

An int value that specifies how much the detached piece is drawn away from the center of the pie, as percent from the radius length.

 Remarks

The property specifies the distance, at which pie pieces are drawn from the centre of the pie. The distance is set as percent from the pie radius. Add a value between 0 and 100 to PieceOutPercent.

The PieceOutIndex specifies the 0-based index of the piece, which is detached (if any).

Default value for the PieceOutPercent property is 20.

 See Also

PieChart Members
PieChart Class
MindFusion.Charting.WebForms Namespace