How to disable series hint on mouse hover?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
PoLabs
Newbie
Newbie
Posts: 17
Joined: Mon Sep 01, 2014 12:00 am

How to disable series hint on mouse hover?

Post by PoLabs » Thu Jul 23, 2015 6:27 am

Hi,

I derived my custom series from TCustomSeries and whenever I go with mouse over series on chart I get hint with some value. I would like to disable those hover hints. How can I disable those hints?

Thank you in advance.
Attachments
teechart_hover_hint.png
teechart_hover_hint.png (1.04 KiB) Viewed 6555 times

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

Re: How to disable series hint on mouse hover?

Post by Yeray » Thu Jul 23, 2015 9:13 am

Hello,

You can disable Hover as explained here:
http://www.teechart.net/support/viewtop ... 480#p67480
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

PoLabs
Newbie
Newbie
Posts: 17
Joined: Mon Sep 01, 2014 12:00 am

Re: How to disable series hint on mouse hover?

Post by PoLabs » Thu Jul 23, 2015 12:24 pm

Thanks!

Post Reply