Search
Chart.setAllowMoveLegend Method
See Also
 






Sets a value that indicates whether users are allowed to move the legend.

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

 Syntax

Java  Copy Code

public void setAllowMoveLegend (
    boolean value
)

 Parameters

value

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

 See Also