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