Search
Plot2DController.setVertical Method
See Also
 






Sets a value indicating whether interaction is done along the X or Y axis.

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

 Syntax

Java  Copy Code

public void setVertical (
    boolean value
)

 Parameters

value

true if interaction is done along the X-axis; otherwise, false.

 See Also