TTChartOnDragDrop

type TTChartOnDragDrop = procedure(ASender: TObject; X, Y: Integer) of object;

Type Library
TeeChartx

Description
Use the TTChartOnDragDrop event handler to specify what happens when the user drops an object on a TChart. The X and Y parameters are the coordinates of the mouse positioned over the TChart control.