ChartScroller.ScrollStart

Syntax

ScrollStart: function(sender, args);

Parameters

sender. Event source.

args. Information on the event. Arguments: Position - position where the scroller starts moving.  

Description

The ScrollStart event occurs when the scroller starts moving.

Example

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

See also:

ChartScroller