Page 1 of 1

Hover text color on TSeriesMarks

Posted: Thu Nov 03, 2016 5:10 pm
by 16478065
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 5923 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.

Re: Hover text color on TSeriesMarks

Posted: Fri Nov 04, 2016 3:17 pm
by yeray
Hello,

Are you looking for this?

Code: Select all

  Series1.Selected.Hover.Font.Color:=clGreen;

Re: Hover text color on TSeriesMarks

Posted: Mon Nov 07, 2016 8:04 am
by 16478065
Hello.

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