I've been trying to implement some drag-drop functionality for my charting application. I've used the following code in the MouseMove event for the control to determine the location of the mouse: e = chtData.HitTest(e.AbsoluteLocation.X, e.AbsoluteLocation.Y, True) Dim objTarget as object = e...