Search
PieSeries.setDetachedSlices Method
See Also
 






Sets 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 void setDetachedSlices (
    List<Integer> value
)

 Parameters

value

A list with integer values.

 Remarks

Use PieRenderer.setDetachOffset to specify how much the pieces are detached from the pie.

 See Also