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?
The MarksTip tool text goes away after some time
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |