TMarkToolTip text showing only one time

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Gary
Newbie
Newbie
Posts: 1
Joined: Tue Sep 26, 2023 12:00 am

TMarkToolTip text showing only one time

Post by Gary » Thu Feb 15, 2024 10:24 pm

I have an issue where I only see the TMarkToolTip text showing only one time when I hover over it unless I click the series or hover over another one and then back. I'm using build 2023.39 and Delphi 12.

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

Re: TMarkToolTip text showing only one time

Post by Yeray » Mon Feb 19, 2024 10:24 am

Hello,

The TMarksTipTool has a HideDelay you can use to control the milliseconds to wait until the mark is automatically hidden.
If you don't want it to be automatically hidden, you can set it to -1. This way it will only be hidden once the mouse cursor leaves the point.
Is this what you would like to achieve?
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