Search
ZoomController Constructor
See Also
 






Initializes a new instance of the ZoomController class.

Namespace: MindFusion.Charting
File: ZoomController.js

 Syntax

JavaScript  Copy Code

function ZoomController (renderContext, vertical)

 Parameters

renderContext

A RenderContext instance.

vertical

true to implement interaction along the Y axis, or false for the X axis.

 See Also