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 - TeeChart.NET 4.2022.1.10 with .NET 6.0 Framework does not display the Checkbox on the Legend
Summary: TeeChart.NET 4.2022.1.10 with .NET 6.0 Framework does not display the Checkbo...
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Chart (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- critical
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-18 09:33 EDT by jesinger
Modified: 2024-02-20 04:36 EST (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.