handleMouseDown(coords: Object, event: Object);
coords. Object at coordinates. This object must have the following fields: X - X axis coordinate, Y - Y axis coordinate
event. Event object.
The handleMouseDown method handles clicking the mouse on the chart in edit mode.
The example of method use is given in description of the ChartEditMode.activateSerie method.
See also: