I´m writing a new method fired at "OnEndDrag" Event of a TChart standard on Delphi XE7.
I need to know which series the object was dragged to, to perform some actions on a dataset linked to it.
I´m getting the correct xy positions with the event "OnDragOver" and the series gets correctly highlihghted when I drag over it.
Any clues ?
Thanx in advance...