Displaying Marks or Tooltips

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
robotuner
Newbie
Newbie
Posts: 8
Joined: Mon Jul 17, 2006 12:00 am

Displaying Marks or Tooltips

Post by robotuner » Thu Mar 08, 2007 12:28 am

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.

Edu
Advanced
Posts: 206
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia

Post by Edu » Thu Mar 08, 2007 9:22 am

Hi Robotuner

You can use the "Marks Tips" Tool, you can see an example of this at the demo in the "AllFeatures>Welcome>Tools>Marks tips" tab. Also you can find more information about tools in tutorial-18 "The TeeChart Tool Collection"
Best Regards,
Edu

Steema Support Central
http://support.steema.com/

Avijit
Newbie
Newbie
Posts: 72
Joined: Tue Sep 15, 2009 12:00 am

Re: Displaying Marks or Tooltips

Post by Avijit » Fri May 07, 2010 6:11 am

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

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

Re: Displaying Marks or Tooltips

Post by Narcís » Fri May 07, 2010 7:34 am

Hi Avijit,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Avijit
Newbie
Newbie
Posts: 72
Joined: Tue Sep 15, 2009 12:00 am

Re: Displaying Marks or Tooltips

Post by Avijit » Fri May 07, 2010 8:28 am

Hi Narcís,
Thanks for the information.
I have solved the problem using GetSeriesMark event.

Regards,
Avijit

Post Reply