Page 1 of 1

Question for MarksTipTool

Posted: Fri Jul 23, 2010 9:19 am
by 9523580
Hello,

I have a question.

In MarksTip Property Dialog, I can select and edit Select Series, Style, Mouse Action and Delay values.
I Think Delay is a time that Until start MarksTip. right?

But what I want is different.
I want to change executing MarkTips time.
(In other word, The time when from Start to End MarksTip, Duration Time)

If you have a way?

Re: Question for MarksTipTool

Posted: Fri Jul 23, 2010 1:50 pm
by yeray
Hi Seth,

Yes, in TeeChart ActiveX v8 you have HideDelay property:

Code: Select all

  TChart1.Tools.Items(0).asMarksTip.Delay = 500
  TChart1.Tools.Items(0).asMarksTip.HideDelay = 2500
Try it:
http://www.steema.com/evaluation/ax