Hi,
I have trapped the mouse move event for the tChart1 object but haven't figured out how to determine if the mouse is over a datapoint. Can someone help me with this? I would like to identify the point and I suppose either set marks.Visible=true for it or replace it with a tooltip.
Thanks.
Displaying Marks or Tooltips
Re: Displaying Marks or Tooltips
Hi,
I can use the MartTips tool to show the value of my fastline series. But this MarkTips style is predefined.
Is it possible to show the Series title and the data point value in the first line and Series high value and low value in the second line of the MarkTips tool?
If not then can anyone suggest me any workaround?
Regards,
Avijit
I can use the MartTips tool to show the value of my fastline series. But this MarkTips style is predefined.
Is it possible to show the Series title and the data point value in the first line and Series high value and low value in the second line of the MarkTips tool?
If not then can anyone suggest me any workaround?
Regards,
Avijit
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Displaying Marks or Tooltips
Hi Avijit,
Yes, this is possible using tool's OnGetText event to customize hint's text.
Yes, this is possible using tool's OnGetText event to customize hint's text.
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 |
Re: Displaying Marks or Tooltips
Hi Narcís,
Thanks for the information.
I have solved the problem using GetSeriesMark event.
Regards,
Avijit
Thanks for the information.
I have solved the problem using GetSeriesMark event.
Regards,
Avijit