MindFusion.Charting for JavaScript Programmer's Guide
LegendController.onMouseDown Method
See Also
 






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

Namespace: MindFusion.Charting
File: LegendController.js

 Syntax

JavaScript  Copy Code

function onMouseDown (x, y)

 Parameters

x

Type: Number
A number value specifying the horizontal position of mouse pointer.

y

Type: Number
A number value specifying the vertical position of mouse pointer.

 See Also

LegendController Members
LegendController Class
MindFusion.Charting Namespace