Search
RadarChart.setAllowRotate Method
See Also
 






Sets a value indicating whether users are allowed to rotate this RadarChart.

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

 Syntax

Java  Copy Code

public void setAllowRotate (
    boolean value
)

 Parameters

value

true if rotation of the chart by the user is allowed; otherwise, false.

 See Also