The MarksTip tool text goes away after some time

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Lakshmi
Newbie
Newbie
Posts: 40
Joined: Fri Oct 07, 2005 4:00 am
Location: India
Contact:

The MarksTip tool text goes away after some time

Post by Lakshmi » Mon Mar 06, 2006 12:08 pm

I am using MarksTip in my t-char control to display the data point when user clicks on a particular point on the series.
Everything works fine, on click of a particular data point the x and y value appears in a label, but after few seconds if the i don't dont do anything, the label goes away.
My requirement is to keep showing the label until user clicks on another point.
How do i achieve this?

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

Post by Narcís » Tue Mar 07, 2006 12:47 pm

Hi Lakshmi,

You could use an annotation tool as I told you in your other thread and not use the points1_MouseLeave event code. You can run that instruction whenever you want to disable the tool.
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

Post Reply