10-21-2005 03:24 AM
10-21-2005 01:35 PM
The CursorChanged event is derived from the Windows Forms Control base class. CursorChanged is raised when the value of the Control.Cursor property changes. The events that you're looking for are the graph's AfterMoveCursor and BeforeMoveCursor events. These events will give you the reference to the cursor that is moving in the graph's plot area and the x/y coordinates that the cursor is moving to.
- Elton
10-21-2005 04:38 PM