MindFusion.Charting for Java Programmer's Guide
Plot2D.setAllowPan Method
See Also
 






  Gauges

Sets a value indicating whether users are allowed to pan this plot.

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

 Syntax

Java  Copy Code

public void setAllowPan (
    boolean value
)

 Parameters

value

true if users are allowed to pan the grid; otherwise, false.

 See Also