ChartScroller.ScrollMove

Syntax

ScrollMove: function(sender, args);

Parameters

sender. Event source.

args. Information on the event. Arguments: Position - current position of the scroller.  

Description

The ScrollMove event occurs when scroller is moving.

Example

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

See also:

ChartScroller