Search
PanController Constructor
See Also
 






Initializes a new instance of the PanController class.

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

 Syntax

Java  Copy Code

public PanController (
    RenderContext renderContext,
    boolean vertical
)

 Parameters

renderContext

A RenderContext instance.

vertical

true if interaction is implemented along the Y-axis; false to implement the interaction on the X-axis.

 See Also