ChartEditMode.handleMouseMove

Syntax

handleMouseMove(coords: Object, event: Object);

Parameters

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

event. Event object.

Description

The handleMouseMove method handles moving the cursor along the chart in edit mode.

Example

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

See also:

ChartEditMode