Question for MarksTipTool

TeeChart for ActiveX, COM and ASP
Post Reply
Seth
Newbie
Newbie
Posts: 92
Joined: Tue Aug 17, 2004 4:00 am

Question for MarksTipTool

Post by Seth » Fri Jul 23, 2010 9:19 am

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?

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Question for MarksTipTool

Post by Yeray » Fri Jul 23, 2010 1:50 pm

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
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply