Search found 12 matches
- Tue Jul 23, 2024 5:21 pm
- Forum: .NET
- Topic: Importing data not setting the series title correctly (.net 6)
- Replies: 2
- Views: 10898
Importing data not setting the series title correctly (.net 6)
Visual Studio 2022 Target framework .NET 6.0 Steema.TeeChart.net Version 4.2024.7.22 After loading a template file the series title does not get saved off correctly. This seems to work in ,netFramework but not in .net 6.0. In the two screenshots below the one in .net framework puts the Title to "tes...
- Mon May 20, 2024 2:56 pm
- Forum: .NET
- Topic: Adding multiple points after Template.Load crashes
- Replies: 6
- Views: 20677
Re: Adding multiple points after Template.Load crashes
Thanks for that. Tried it out and is working now.
- Wed May 15, 2024 12:39 pm
- Forum: .NET
- Topic: Adding multiple points after Template.Load crashes
- Replies: 6
- Views: 20677
Re: Adding multiple points after Template.Load crashes
Thanks for letting me know.
- Tue May 14, 2024 5:51 pm
- Forum: .NET
- Topic: Adding multiple points after Template.Load crashes
- Replies: 6
- Views: 20677
Re: Adding multiple points after Template.Load crashes
Any update on this issue?
Thanks.
Thanks.
- Tue Apr 16, 2024 7:09 pm
- Forum: .NET
- Topic: Adding multiple points after Template.Load crashes
- Replies: 6
- Views: 20677
Adding multiple points after Template.Load crashes
Visual Studio 2022 Target framework .NET 6.0 Steema.TeeChart.net Version 4.2024.4.12 After a template is imported using the Load Command, it crashes after adding more the one point to the series. It crashes in 2nd LoadData. This example works if only 1 point is added. public partial class Form1 : Fo...
- Wed Apr 03, 2024 5:16 pm
- Forum: .NET
- Topic: IncludeData in TemplateExport not working in .net 6.0
- Replies: 2
- Views: 12536
IncludeData in TemplateExport not working in .net 6.0
Visual Studio 2022 Target framework .NET 6.0 Steema.TeeChart.net Version 4.2024.3.15 When exporting a template with the flag IncludeData set to false the data seems to be included. I tried it on .net framework and it seems to work correctly there. Here is the code. public partial class Form1 : Form ...
- Mon Dec 18, 2023 6:07 pm
- Forum: .NET
- Topic: Importing of functions does not set datasource
- Replies: 5
- Views: 18014
Re: Importing of functions does not set datasource
Thanks for the reply. This works for me.
- Tue Dec 12, 2023 1:51 pm
- Forum: .NET
- Topic: Importing of functions does not set datasource
- Replies: 5
- Views: 18014
Re: Importing of functions does not set datasource
Any update on the legend not coming up properly. The legend comes up on the left and does not show all items correctly until zooming in or something.
- Tue Nov 14, 2023 5:45 pm
- Forum: .NET
- Topic: Importing of functions does not set datasource
- Replies: 5
- Views: 18014
Importing of functions does not set datasource
Visual Studio 2022 .NET Framework 4.8 Steema.TeeChart.net Version 4.2023.11.6 When importing a function, the data source is set to null, therefore no data is found. In the tchart version 4.2023.4.18 the importing of a function was working correctly as it was setting the data source to the correct se...
- Tue Nov 14, 2023 2:26 pm
- Forum: .NET
- Topic: Series legend not visible - messes with legend
- Replies: 1
- Views: 11029
Series legend not visible - messes with legend
Visual Studio 2022 .NET Framework 4.8 Steema.TeeChart.net Version 4.2023.11.6 I am plotting 6 series on a tchart. In the first series the legend is not visible and the series is not visible. When plotting the signals, it looks like it is 1 off. Line 2-6 should be visible. Also when clicking on line ...
- Wed Nov 08, 2023 1:59 pm
- Forum: .NET
- Topic: Template Import Crashing - Marks.FollowSeriesColor and Cursor Tools
- Replies: 4
- Views: 14883
Re: Template Import Crashing - Marks.FollowSeriesColor and Cursor Tools
Hi Marc,
It seems to crash here. I have attached screenshots when running in debug mode where it crashes. I created a winforms application with these files in it. Let me know if you can reproduce it with this.
Thanks.
It seems to crash here. I have attached screenshots when running in debug mode where it crashes. I created a winforms application with these files in it. Let me know if you can reproduce it with this.
Thanks.
- Tue Nov 07, 2023 2:14 pm
- Forum: .NET
- Topic: Template Import Crashing - Marks.FollowSeriesColor and Cursor Tools
- Replies: 4
- Views: 14883
Template Import Crashing - Marks.FollowSeriesColor and Cursor Tools
Visual Studio 2022 .NET Framework 4.8 Steema.TeeChart.net Version 4.2023.11.6 I am exporting a template and trying to import it back and it crashing. There are two pieces of code which seem to crash the loading of the template. First is line.Marks.FollowSeriesColor = true in the code below and the s...