Changing the Chart's Cursor

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Gilbert
Newbie
Newbie
Posts: 14
Joined: Thu Jul 10, 2003 4:00 am
Location: Johannesburg

Changing the Chart's Cursor

Post by Gilbert » Thu May 20, 2004 3:50 pm

Howzit,
How do i change the cursor for the chart control. Setting Chart1.Cursor does not cut it.
Regards,
Gilbert

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Fri May 21, 2004 4:10 am

Hi, Gilbert.

Try the following code:

Code: Select all

Chart1.OriginalCursor := crHourGlass;
Marjan Slatinek,
http://www.steema.com

Post Reply