Search
PieChart.getDetachedSlices Method
See Also
 






Gets the indices of detached pie slices.

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

 Syntax

Java  Copy Code

public List<Integer> getDetachedSlices ()

 Return Value

A list with the zero-based indices of the slices that should be rendered as detached.

 See Also