Series MouseDown event changed
Posted: Fri Jan 07, 2011 3:49 pm
Hi,
I upgraded to TChart 2010. Compiled my project and now getting the error msg on all my Series->MouseDown routines.
Apparently the TSeries->MouseDown has been changed
from
MouseDown)TObject * Sender, TMouseButton Butto, ...
To
MouseDown(int ValueIndex, bool AtPointer ...
What's behind the change and where can I find the ref to this change so I can adopt to the change?
Thanks
-Bill
I upgraded to TChart 2010. Compiled my project and now getting the error msg on all my Series->MouseDown routines.
Apparently the TSeries->MouseDown has been changed
from
MouseDown)TObject * Sender, TMouseButton Butto, ...
To
MouseDown(int ValueIndex, bool AtPointer ...
What's behind the change and where can I find the ref to this change so I can adopt to the change?
Thanks
-Bill