Search
Plot2DController Constructor
See Also
 






Initializes a new instance of the Plot2DController class with the specified RenderContext and orientation.

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

 Syntax

Java  Copy Code

public Plot2DController (
    RenderContext renderContext,
    boolean vertical
)

 Parameters

renderContext

A RenderContext instance.

vertical

true to implement interaction along the Y-axis; false for the X-axis.

 See Also