Initializes a new instance of the PanController class.
Namespace: MindFusion.Charting
File: PanController.js
SyntaxJavaScript
Copy Code
|
|---|
function PanController (renderContext, vertical) |
Type: RenderContext
A RenderContext instance.
Type: Boolean
true to implement interaction along the Y axis, or false for the X axis.
See Also