Page 1 of 1

Custom Style for Mark tips option

Posted: Mon Mar 19, 2007 10:12 am
by 8125470
Hi,

I have been wanting to add the Mark Tips tool to my TeeChart, however the styles included in the drop down box do not fit my requirements.

It would be a nice enhancement if we were able to add our own custom style.

Many thanks,

Vaughan

Posted: Mon Mar 19, 2007 10:22 am
by narcis
Hi Vaughan,

MarkTips tool already has GetText event where you can customize its text.

Posted: Mon Mar 19, 2007 12:35 pm
by 8125470
Yes I have seen this event.

However, I want to display different info depending on each Series, or data point.

How can I track which Series and Data Point my mouse is hovering over?

Many thanks,

VH1

Posted: Mon Mar 19, 2007 12:53 pm
by 8125470
Not to worry, I have found a solution using <Series>.Clicked(x, y)