Hi,
I have a chart with 2 areas, 3 optional lines, and a MarksTip for these. The lines can be turned off and on by the user (e.g. line1.Visible = false). However, even though the line is Visible=false; the MarksTip pops up when the mouse moves over where the line would be on the chart. What I need to do is turn off the MarksTip for these lines when the line is inactive.
I tried setting line1.Marks.Visible=false; but that had no effect.
I tried creating separate MarksTips for each then setting the respective MarksTip.Active=false; but that had no effect.
I also tried clearing the Tools and re-adding only the MarksTips desired but that did not work either.
Is there a way to turn off MarksTip for a line or area that is not Active/Visible?
Thanks in advance, glitch
Disabling MarksTip for a line
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi glitch,
As you can read on the release notes, this issue (TF02012922) was fixed in last TeeChart for .NET v3 maintenance release. Which TeeChart version are you using?
Thanks in advance.
As you can read on the release notes, this issue (TF02012922) was fixed in last TeeChart for .NET v3 maintenance release. Which TeeChart version are you using?
Thanks in advance.
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 |