Disabling MarksTip for a line
Posted: 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
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