Hi,
I found ChartToolTip class in the help but it's not in the Steema.TeeChart.Chart namespace, i couldn't find it. What's this ChartToolTip do?
Thanks
Fang
what is ChartToolTip
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Fang,
This is ToolTip's. You could use it:
There's also an example of it at TeeChart's help.
This is ToolTip's. You could use it:
Code: Select all
tChart1.Chart.ToolTip.Text = "HI";
tChart1.Chart.ToolTip.Show();
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 |