ChartScroller.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 cursor movement along the scroller.

Example

The example of method use is given in description of the ChartScroller.handleMouseDown method.

See also:

ChartScroller