ChartCanvasAxis.handleDblClick

Syntax

handleDblClick(coords: Object, event: MouseEvent);

Parameters

coords. Coordinates that correspond to the current mouse pointer position over the chart.

event. Mouse event.

Description

The handleDblClick method fires the chart axis caption double click event.

Example

The example of use is given on the page with description of the ChartCanvasAxis.handleClick method.

See also:

ChartCanvasAxis