what is ChartToolTip

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Fang
Newbie
Newbie
Posts: 17
Joined: Wed May 18, 2005 4:00 am
Location: Johns Hopkins University

what is ChartToolTip

Post by Fang » Sat Jun 04, 2005 8:51 pm

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

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

Post by Narcís » Mon Jun 06, 2005 11:11 am

Hi Fang,

This is ToolTip's. You could use it:

Code: Select all

tChart1.Chart.ToolTip.Text = "HI";
tChart1.Chart.ToolTip.Show();
There's also an example of it at TeeChart's help.
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