Page 1 of 1

what is ChartToolTip

Posted: Sat Jun 04, 2005 8:51 pm
by 8129925
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

Posted: Mon Jun 06, 2005 11:11 am
by narcis
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.