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
TMarksTipTool or Custom Hint Popups
-
- Newbie
- Posts: 7
- Joined: Wed Jul 11, 2007 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Isaac,
Yes, this is possible setting tool's style to:
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.
Yes, this is possible setting tool's style to:
Code: Select all
ChartTool1.Style:=smsXY;
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 |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 7
- Joined: Wed Jul 11, 2007 12:00 am