TMarksTipTool or Custom Hint Popups

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Isaac Alexander
Newbie
Newbie
Posts: 7
Joined: Wed Jul 11, 2007 12:00 am

TMarksTipTool or Custom Hint Popups

Post by Isaac Alexander » Tue Aug 07, 2007 9:19 pm

I am using D7 and Tee8.

I would like to have custom hints popup that shows a bunch of information related to the series/value below the mouse.

I've tried the TMarksTipTool and OnGetText event. This would work if there was a way to tell what Series/XY coord the Tip Tool is displaying. Using the TMarksTipTool, is there a way to tell were the tip is getting the data?

Thanks

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 Aug 08, 2007 8:36 am

Hi Isaac,

Yes, this is possible setting tool's style to:

Code: Select all

  ChartTool1.Style:=smsXY;
If that's not what are you looking for please give us some more details about what are you exactly trying to achieve.

Thanks in advance.
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

Isaac Alexander
Newbie
Newbie
Posts: 7
Joined: Wed Jul 11, 2007 12:00 am

Post by Isaac Alexander » Wed Aug 08, 2007 6:17 pm

Thanks. You pointed me in the right direction.

I decided on smsPointIndex.

Post Reply