TeeChart series symbology in legend

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Bruce
Newbie
Newbie
Posts: 14
Joined: Fri Jul 31, 2020 12:00 am

TeeChart series symbology in legend

Post by Bruce » Sat Aug 23, 2025 8:30 am

Recent versions of TeeChart seem to have changed the way that the symbology for series get displayed in the Legend. I am using it in Intraweb and have not tested functionality in a GUI program.

In the past, if I set something for a line series like the following:
Chart1.Series[3].ShowInLegend := false;
Chart1.Series[3].Visible := false;

the line or symbol in the legend and the series title would disappear. Now, the line converts to a square symbol and the series title remains visible. Also, the colour for Series[2] i.e. one series lower in order gets changed to that of Series[3], even though each series is hard-coded to have a specific colour.

Are these behaviours bugs or do I now need to handle things differently?

Thanks

Bruce
Bruce

Post Reply