Search
PieRenderer.setDoughnut Method
See Also
 






Sets a value indicating whether the pie should be rendered as a doughnut.

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

 Syntax

Java  Copy Code

public void setDoughnut (
    boolean value
)

 Parameters

value

true if the pie should be rendered as a doughnut; otherwise, false.

 See Also