Search found 12 matches
- Sat Mar 02, 2024 10:13 am
- Forum: .NET
- Topic: TeeChart for .NET v2024 [9 FEB 2024] RELEASE 2024.2.9
- Replies: 3
- Views: 17531
Re: TeeChart for .NET v2024 [9 FEB 2024] RELEASE 2024.2.9
Dear Steema, could you please be a bit more transparent about the development of TeeChart? Legend Checkboxes were supposedly to be deprecated and be "replaced with Legend sensitive items configurable with font strikethrough or opacity change" ( Bug#2635 ). There were a couple of recent releases wher...
- Sun Feb 04, 2024 5:35 pm
- Forum: .NET
- Topic: TeeChart for .NET v2024 [19 JAN 2024] RELEASE 2024.1.19
- Replies: 1
- Views: 12866
Re: TeeChart for .NET v2024 [19 JAN 2024] RELEASE 2024.1.19
Dear Steema, I just tested the new 2024.1.19 version and it seems like legend check boxes are back? Also, Legend.ActiveStyle is no longer a thing? All the issues from last version 2023.12.14 seem to suddenly have been resolved? I am having a hard time figuring out what has changed from one version o...
- Tue Dec 19, 2023 10:48 pm
- Forum: .NET
- Topic: TeeChart for .NET v2023 [14 DEC 2023] RELEASE 2023.12.14
- Replies: 3
- Views: 22414
Re: TeeChart for .NET v2023 [14 DEC 2023] RELEASE 2023.12.14
I also found out that in order to use the new feature where deactivated legend items are shown as strike-through or faded, I have to set TChart1.Legend.ActiveStyle to something other than None. Where do you communicate this kind of information about new features to your users? Am I missing some sour...
- Tue Dec 19, 2023 10:36 pm
- Forum: .NET
- Topic: TeeChart for .NET v2023 [14 DEC 2023] RELEASE 2023.12.14
- Replies: 3
- Views: 22414
Re: TeeChart for .NET v2023 [14 DEC 2023] RELEASE 2023.12.14
I have several issues with version 2023.12.14 (using a WinForms project targeting .NET Framework 4.8 ): * A reference to System.Text.Json is required at runtime. I can compile without this reference, though. Shouldn't this dependency be taken care of by the NuGet package? * The TeeChart Editor cause...
- Mon Nov 20, 2023 5:46 pm
- Forum: .NET
- Topic: Series legend not visible - messes with legend
- Replies: 1
- Views: 11032
Re: Series legend not visible - messes with legend
I am encountering the same issue with version 2023.11.17 and posted it here: viewtopic.php?f=4&t=18063&p=80174#p80174
- Mon Nov 20, 2023 5:44 pm
- Forum: .NET
- Topic: TeeChart for .NET v2023 [17 NOV 2023] RELEASE 2023.11.17
- Replies: 3
- Views: 20932
Re: TeeChart for .NET v2023 [17 NOV 2023] RELEASE 2023.11.17
adding to 3.) I also get the problem someone else already mentioned that clicking on a legend item sometimes activates/deactivates a different series than the one clicked. It is difficult to reproduce reliably though, sometimes it works, sometimes it doesn't.
- Mon Nov 20, 2023 5:36 pm
- Forum: .NET
- Topic: TeeChart for .NET v2023 [17 NOV 2023] RELEASE 2023.11.17
- Replies: 3
- Views: 20932
Re: TeeChart for .NET v2023 [17 NOV 2023] RELEASE 2023.11.17
I fiddled around a little more with this version and found the following: The exception disappears, if I remove the following two lines of code from my app: chart.Legend.CheckBoxes = True chart.Legend.FontSeriesColor = True 1.) Legend checkboxes have been deprecated as I have learned from this forum...
- Sat Nov 18, 2023 10:00 am
- Forum: .NET
- Topic: TeeChart for .NET v2023 [17 NOV 2023] RELEASE 2023.11.17
- Replies: 3
- Views: 20932
Re: TeeChart for .NET v2023 [17 NOV 2023] RELEASE 2023.11.17
I get the following exception when trying to use this version: System.NullReferenceException HResult=0x80004003 Message=Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. Source=TeeChart StackTrace: at Steema.TeeChart.Legend.DrawLegendItem(Int32 itemIndex, Int32 itemOrder) at Steema.Te...
- Sat Nov 04, 2023 9:06 am
- Forum: .NET
- Topic: Recommended replacement for deprecated legend checkboxes?
- Replies: 3
- Views: 27280
Re: Recommended replacement for deprecated legend checkboxes?
Hi,
that's great to hear!
Any possibility of being able to customize the way in which deactivated legend items are displayed? Maybe instead of strikethrough also have the possibility to display them as faded, similar to e.g. https://plotly.com/python/legend/ ?
Regards,
Felix
that's great to hear!
Any possibility of being able to customize the way in which deactivated legend items are displayed? Maybe instead of strikethrough also have the possibility to display them as faded, similar to e.g. https://plotly.com/python/legend/ ?
Regards,
Felix
- Sat Oct 28, 2023 9:53 am
- Forum: .NET
- Topic: Recommended replacement for deprecated legend checkboxes?
- Replies: 3
- Views: 27280
Re: Recommended replacement for deprecated legend checkboxes?
After testing all previous versions before the latest version 4.2023.10.25 individually, I have found that the legend checkboxes were apparently removed in v2023.5.23. The last version where they were still worked is 4.2023.4.18. (I am testing with an application targeting .NET Framework v4.8 ) This...
- Tue Oct 10, 2023 1:42 pm
- Forum: .NET
- Topic: Recommended replacement for deprecated legend checkboxes?
- Replies: 3
- Views: 27280
Recommended replacement for deprecated legend checkboxes?
I stumbled upon this issue where legend checkboxes seem to have been deprecated at some point pretty recently (somwehere between 4.2022.8.23 and 4.2023.8.31). 2. The "CheckBoxes" property has disappeared from Chart.Legend so the following code does not compile: mChart.Legend.CheckBoxes = true; Best ...
- Mon Oct 09, 2023 2:38 pm
- Forum: .NET
- Topic: Completely broken latest version 4.2023.3.23
- Replies: 7
- Views: 50420
Re: Completely broken latest version 4.2023.3.23
2. The "CheckBoxes" property has disappeared from Chart.Legend so the following code does not compile: mChart.Legend.CheckBoxes = true; Best regards Yes, this property has been deprecated, the reasons for which we explain here . Is there a recommended replacement solution for the deprecated legend ...