Hover text color on TSeriesMarks

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Eic
Newbie
Newbie
Posts: 18
Joined: Mon Apr 18, 2016 12:00 am

Hover text color on TSeriesMarks

Post by Eic » Thu Nov 03, 2016 5:10 pm

Hello again ;)
A simple question, but I can not find the answer.
How to change the color of a text TSeriesMarks when flying ?
Hover.png
Hover.png (13.55 KiB) Viewed 5826 times
In this example, I want to change the color of the word "Revenus". I don't want it to be red.

The TSeriesMarks has no Selected or Hover property. How to do ?

Thank you for your reply.

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

Re: Hover text color on TSeriesMarks

Post by Yeray » Fri Nov 04, 2016 3:17 pm

Hello,

Are you looking for this?

Code: Select all

  Series1.Selected.Hover.Font.Color:=clGreen;
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

Eic
Newbie
Newbie
Posts: 18
Joined: Mon Apr 18, 2016 12:00 am

Re: Hover text color on TSeriesMarks

Post by Eic » Mon Nov 07, 2016 8:04 am

Hello.

That's right. I was looking for the solution in TSeriesMarks :(

Post Reply