Search
PieChart.setDetachOffset Method
See Also
 






Sets the percentage by which detached slices are offset from the pie center.

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

 Syntax

Java  Copy Code

public void setDetachOffset (
    double value
)

 Parameters

value

A double value that ranges between 0 and 100.

 See Also