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
color of line segemnt if hovering
Re: color of line segemnt if hovering
Hello Willi,
Yes, you can change the Series'
Yes, you can change the Series'
Selected.Hover.Pen
properties. Ie:
Code: Select all
Series1.Selected.Hover.Pen.Color:=clGreen;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |