Search
PanController.onMouseDown Method
See Also
 






Plot2DController.OnMouseDown override. Called when the user presses a mouse button.

Namespace: MindFusion.Charting
File: PanController.js

 Syntax

JavaScript  Copy Code

function onMouseDown (x, y)

 Parameters

x

A number value specifying the horizontal position of mouse pointer.

y

A number value specifying the vertical position of mouse pointer.

 See Also