ChartScroller.handleClick

Syntax

handleClick(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 handleClick method handles the mouse click event.

Example

The example of property use is given in description of the ChartScroller.Resized event.

See also:

ChartScroller