Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 2515

Summary: TeeChart.NET 4.2022.1.10 with .NET 6.0 Framework does not display the Checkbox on the Legend
Product: .NET TeeChart Reporter: jesinger
Component: ChartAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: critical CC: ruben
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description jesinger 2022-03-18 09:33:03 EDT
When I enable checkboxed in the TChart Legend, the Checkbox is not shown in the GUI. 
The functionality is available, the chart can be switched on and off by clicking on the legend, but the Checkbox is not visible

Seems to be specific to the .NET 6.0 Framework. Using the same TeeChart.NET 4.2022.1.10  with .NET 4.7.2 works
Comment 1 Ruben Bermudez 2024-02-20 04:36:50 EST
Instead of checkboxes, we have implemented the "ActiveStyle" functionality for the Legend component. When you click on a series in the Legend, you can set how it is presented using the "ActiveStyle" property. You can indicate the visibility of a series on Legend with "Opacity" or "Line through" values.