Disabling MarksTip for a line

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
glitch
Newbie
Newbie
Posts: 11
Joined: Fri Nov 02, 2007 12:00 am

Disabling MarksTip for a line

Post by glitch » Fri May 02, 2008 8:55 pm

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

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

Post by Narcís » Mon May 05, 2008 8:45 am

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.
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

glitch
Newbie
Newbie
Posts: 11
Joined: Fri Nov 02, 2007 12:00 am

Post by glitch » Mon May 05, 2008 2:44 pm

Hi Narcis,
Thank you for the reply. We are using the February 2008 release. I missed that note when I looked through the latest bug fixes. We'll upgrade to the fix.
Thank you,
glitch

Post Reply