handleDblClick(coords: Object, event: MouseEvent);
coords. Coordinates that correspond to the current mouse pointer position over the chart.
event. Mouse event.
The handleDblClick method fires the chart axis caption double click event.
The example of use is given on the page with description of the ChartCanvasAxis.handleClick method.
See also: