Search
LinearGaugeController.onMouseDown Method
See Also
 






Implements ComponentController.OnMouseDown. Called when the user presses a mouse button.

Namespace: MindFusion.Charting.Gauges
File: LinearGaugeController.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