ChartEditMode.handleMouseUp

Syntax

handleMouseUp(coords: Object, event: Object);

Parameters

coords. Object at coordinates. This object must contain the following fields: X - X axis coordinate, Y - Y axis coordinate.

event. Event object.

Description

The handleMouseUp method handles the mouse button release event.

Example

The example of method use is given in description of the ChartEditMode.activateSerie method.

See also:

ChartEditMode