Search
BiaxialChart.setAllowPan Method
See Also
 






Sets a value indicating whether users are allowed to pan the chart's plot.

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

 Syntax

Java  Copy Code

public void setAllowPan (
    boolean value
)

 Parameters

value

true if users are allowed to pan the chart's plot; otherwise, false.

 See Also