Search
Dashboard.setAllowZoom Method
See Also
 






Sets a value that indicates whether users are allowed to zoom into the Plots' data ranges.

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

 Syntax

Java  Copy Code

public void setAllowZoom (
    boolean value
)

 Parameters

value

true if zooming is allowed; otherwise, false.

 See Also