ASP.NET Pack Programmer's Guide
PlotController.onMouseDown Method
See Also
 





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

Namespace: MindFusion.Charting
Package: PlotController.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

PlotController Members
PlotController Class
MindFusion.Charting Namespace