Search
LegendRenderer.setAllowMove Method
See Also
 






Sets a value indicating whether users are allowed to move this legend.

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

 Syntax

Java  Copy Code

public void setAllowMove (
    boolean value
)

 Parameters

value

true if users are allowed to move the legend; otherwise, false.

 See Also