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?
Question for MarksTipTool
Re: Question for MarksTipTool
Hi Seth,
Yes, in TeeChart ActiveX v8 you have HideDelay property:
Try it:
http://www.steema.com/evaluation/ax
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
http://www.steema.com/evaluation/ax
Best Regards,
![]() | Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) |
![]() ![]() ![]() ![]() ![]() ![]() |
Please read our Bug Fixing Policy |