Search
ComponentController.onMouseUp Method
See Also
 






Called when the user releases a mouse button.

Namespace: MindFusion.Charting.Components
File: ComponentController.js

 Syntax

JavaScript  Copy Code

function onMouseUp (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