Is there some property like Series1->Marks->Color used to change the color of specified mark of TPointSeries?
Thanks in advance.
How to change the color of mark
Re: How to change the color of mark
elmec wrote:Is there some property like Series1->Marks->Color used to change the color of specified mark of TPointSeries?
Thanks in advance.
Yes, in the latest versions of TeeChart you can access the Series' Marks.Item array and set different properties for that shape, like Color, Font, Transparency,...
Ie:
Code: Select all
Series1.Marks.Item[3].Color:=clRed;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |