Search found 8 matches

by akshobrao
Tue Apr 16, 2024 7:09 pm
Forum: .NET
Topic: Adding multiple points after Template.Load crashes
Replies: 1
Views: 874

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...
by akshobrao
Wed Apr 03, 2024 5:16 pm
Forum: .NET
Topic: IncludeData in TemplateExport not working in .net 6.0
Replies: 2
Views: 881

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 ...
by akshobrao
Mon Dec 18, 2023 6:07 pm
Forum: .NET
Topic: Importing of functions does not set datasource
Replies: 5
Views: 5444

Re: Importing of functions does not set datasource

Thanks for the reply. This works for me.
by akshobrao
Tue Dec 12, 2023 1:51 pm
Forum: .NET
Topic: Importing of functions does not set datasource
Replies: 5
Views: 5444

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.
by akshobrao
Tue Nov 14, 2023 5:45 pm
Forum: .NET
Topic: Importing of functions does not set datasource
Replies: 5
Views: 5444

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...
by akshobrao
Tue Nov 14, 2023 2:26 pm
Forum: .NET
Topic: Series legend not visible - messes with legend
Replies: 1
Views: 4672

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 ...
by akshobrao
Wed Nov 08, 2023 1:59 pm
Forum: .NET
Topic: Template Import Crashing - Marks.FollowSeriesColor and Cursor Tools
Replies: 4
Views: 5750

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.
by akshobrao
Tue Nov 07, 2023 2:14 pm
Forum: .NET
Topic: Template Import Crashing - Marks.FollowSeriesColor and Cursor Tools
Replies: 4
Views: 5750

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...