handleMouseMove(coords: Object, event: Object);
coords. Object at coordinates. This object must have the following fields: X - X axis coordinate, Y - Y axis coordinate
event. Event object.
The handleMouseMove method handles cursor movement along the scroller.
The example of method use is given in description of the ChartScroller.handleMouseDown method.
See also: