How to show different info on marks and MarksToolTip?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
PascalKlaus
Newbie
Newbie
Posts: 7
Joined: Thu Oct 18, 2007 12:00 am

How to show different info on marks and MarksToolTip?

Post by PascalKlaus » Wed Mar 19, 2008 11:14 am

I have multiline infos for every gantt in a gantt series. But its too much to show this on the marks. But only show x or y value or percent for marks is not enough for me. What I need is a short label text for marks and a long label text for ToolTips. Is there a way to realize this?

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

Post by Narcís » Wed Mar 19, 2008 11:59 am

Hi PascalKlaus,

Yes, you can customize marks using series' OnGetMarkText event as in the example I posted here. Same can be done for MarksTip tool and its OnGetText event.

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

Post Reply