TeeChart Cursor Tool

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
rsites
Newbie
Newbie
Posts: 11
Joined: Fri Mar 27, 2009 12:00 am

TeeChart Cursor Tool

Post by rsites » Fri Jan 29, 2010 3:47 pm

Is there a label for the CursorTool so that the XValue, for example, can be displayed as the cursor is moved?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: TeeChart Cursor Tool

Post by Narcís » Fri Jan 29, 2010 7:30 pm

Hi rsites,

Yes, you can do what Yeray suggested here. An alternative would be custom text drawing.

Hope this helps!
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

rsites
Newbie
Newbie
Posts: 11
Joined: Fri Mar 27, 2009 12:00 am

Re: TeeChart Cursor Tool

Post by rsites » Fri Jan 29, 2010 8:57 pm

When I compile in Borland Builder4, I get the error message "Text is not a member of TCursorTool" from the line of code "ChartTool3->Text = strg;" I am using version 6 so I'm wondering if this was added later or if I'm doing something wrong.

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeChart Cursor Tool

Post by Yeray » Mon Feb 01, 2010 8:34 am

Hi rsites,

Are you sure that your ChartTool3 is an annotation tool?
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

rsites
Newbie
Newbie
Posts: 11
Joined: Fri Mar 27, 2009 12:00 am

Re: TeeChart Cursor Tool

Post by rsites » Tue Feb 02, 2010 1:16 pm

Sorry, my bad. I did not notice it was an annotation tool at first. Works beautifully.

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeChart Cursor Tool

Post by Yeray » Tue Feb 02, 2010 3:21 pm

Hi rsites,

I'm glad to hear that.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply