Page 1 of 1

color of line segemnt if hovering

Posted: Thu Jun 02, 2022 1:11 pm
by 16590099
Hello
we have a TLineSeries with hover true. How we can change the color of the hovering segment from red to an other color. We use red as line color.

Willi

Re: color of line segemnt if hovering

Posted: Thu Jun 09, 2022 5:16 am
by yeray
Hello Willi,

Yes, you can change the Series' Selected.Hover.Pen properties. Ie:

Code: Select all

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