Search
Plot2D.setVerticalScroll Method
See Also
 






Sets a value that indicates whether the plot should scroll vertically when panned.

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

 Syntax

Java  Copy Code

public void setVerticalScroll (
    boolean value
)

 Parameters

value

true if the plot is scrolled vertically; otherwise, false.

 See Also