MindFusion.Charting Programmer's Guide

PieChart.PieceOutIndex Property

See Also
 





Specifies the index of the detached pie piece.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int PieceOutIndex { get; set; }

Visual Basic  Copy Code

Public Property PieceOutIndex As Integer

 Property Value

An int value that specifies the zero-based index of the detached piece.

 Remarks

The property specifies the 0-based index of the detached piece. You should set this property to the count of all pieces or more and all pie pieces will be drawn detached.

The PieceOutPercent property sets the distance, at which the detached pie / doughnut piece is drawn from the pie / doughnut center.

Default value for the PieceOutIndex property is -1, which means that no pie piece is detached.

 See Also