Search
Chart.setShowZoomWidgets Method
See Also
 






Sets a value that indicates whether the Plot should show zoom buttons.

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

 Syntax

Java  Copy Code

public void setShowZoomWidgets (
    boolean value
)

 Parameters

value

true to show zoom buttons; otherwise, false.

 See Also