Search
PieSeries.getDetachedSlices Method
See Also
 






Gets the indices of the emphasized data items. PieRenderer draws their corresponding slices as pulled out of the pie.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public List<Integer> getDetachedSlices ()

 Return Value

A list with integer values, each value corresponding to the index of the data item that must be drawn as a detached piece.

 Remarks

Use PieRenderer.getDetachOffset to check how much the pieces are detached from the pie.

 See Also