Page 1 of 1

Changing the Chart's Cursor

Posted: Thu May 20, 2004 3:50 pm
by 8577282
Howzit,
How do i change the cursor for the chart control. Setting Chart1.Cursor does not cut it.
Regards,
Gilbert

Posted: Fri May 21, 2004 4:10 am
by Marjan
Hi, Gilbert.

Try the following code:

Code: Select all

Chart1.OriginalCursor := crHourGlass;