Page 1 of 1

Disabling MarksTip for a line

Posted: Fri May 02, 2008 8:55 pm
by 14047222
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

Posted: Mon May 05, 2008 8:45 am
by narcis
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.

Posted: Mon May 05, 2008 2:44 pm
by 14047222
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