Search
ZoomController Constructor
See Also
 






Initializes a new instance of the ZoomController class.

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

 Syntax

Java  Copy Code

public ZoomController (
    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