Search
RotationController.setEnableAnimation Method
See Also
 






Sets a value that indicates whether rotation inertia is enabled.

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

 Syntax

Java  Copy Code

public void setEnableAnimation (
    boolean value
)

 Parameters

value

true if rotation inertia is enabled; otherwise, false.

 See Also