TTChartOnMouseUp

type TTChartOnMouseUp = procedure(ASender: TObject; Button: EMouseButton; Shift: EShiftState; X, Y: Integer) of object;

Type Library
TeeChartx

Description
Use a TTChartOnMouseUp event to implement special processing when the user releases a mouse button.

The TTChartOnMouseUp event can respond to left, right, or center mouse button presses and shift key plus mouse-button combinations. Shift keys are the Shift, Ctrl, and Alt keys. X and Y are the pixel coordinates of the mouse pointer in the Panel area of the TChart.