Search
Plot2DController Constructor
See Also
 






Initializes a new instance of the Plot2DController class.

Namespace: MindFusion.Charting
File: Plot2DController.js

 Syntax

JavaScript  Copy Code

function Plot2DController (renderContext, vertical)

 Parameters

renderContext

A RenderContext instance.

vertical

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

 See Also