Page 1 of 1

TMarksTipTool or Custom Hint Popups

Posted: Tue Aug 07, 2007 9:19 pm
by 10046043
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

Posted: Wed Aug 08, 2007 8:36 am
by narcis
Hi Isaac,

Yes, this is possible setting tool's style to:

Code: Select all

  ChartTool1.Style:=smsXY;
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.

Posted: Wed Aug 08, 2007 6:17 pm
by 10046043
Thanks. You pointed me in the right direction.

I decided on smsPointIndex.