handleMouseUp(coords: Object, event: Object);
coords. Object at coordinates. This object must contain the following fields: X - X axis coordinate, Y - Y axis coordinate.
event. Event object.
The handleMouseUp method handles the mouse button release event.
The example of method use is given in description of the ChartEditMode.activateSerie method.
See also: