Is there a recommended replacement solution for the deprecated legend checkboxes? This feature is very important for our applications. Our users need to be able to quickly switch individual series on and off (without having to open the chart editor).Christopher wrote: ↑Tue Apr 04, 2023 5:03 pmYes, this property has been deprecated, the reasons for which we explain here.Mth wrote: ↑Tue Apr 04, 2023 1:43 pm2. The "CheckBoxes" property has disappeared from Chart.Legend so the following code does not compile:
Best regardsCode: Select all
mChart.Legend.CheckBoxes = true;
Also, in which version exactly was the feature removed?
EDIT: according to the linked explanation, it was removed because of changes in .NET 5.0/6.0/7.0. But it has also been removed for .NET Framework 4.8, why?