Search found 6 matches

by Edu
Tue May 07, 2024 10:46 am
Forum: .NET
Topic: Programmatic Chart Creation and Saving to Disk
Replies: 2
Views: 73

Re: Programmatic Chart Creation and Saving to Disk

Hello, here's a quick example of what you're requesting, made with a Console App and .NET 6.0. using Steema; using Steema.TeeChart; using Steema.TeeChart.Styles; namespace ConsoleApp1 { internal class Program { static void Main(string[] args) { //Create chart TChart myChart = new TChart(); //Create ...
by Edu
Thu Apr 18, 2024 8:10 am
Forum: .NET
Topic: Adding multiple points after Template.Load crashes
Replies: 1
Views: 887

Re: Adding multiple points after Template.Load crashes

Thank you for the issue report. We are investigating possible causes.
by Edu
Thu Apr 04, 2024 11:33 am
Forum: .NET
Topic: IncludeData in TemplateExport not working in .net 6.0
Replies: 2
Views: 895

Re: IncludeData in TemplateExport not working in .net 6.0

Thank you for reporting this bug. We have seen the issue and are working to resolve it.
Sorry for the inconvenience.
by Edu
Tue Mar 26, 2024 11:47 pm
Forum: .NET
Topic: Reduce the export formats?
Replies: 1
Views: 1374

Re: Reduce the export formats?

Hi,

Thank you for reaching out to us. For the time being there is no way to reduce the list of available exports.
We will look into adding an option to reduce the export formats on display in the future.

Sorry for the inconveniences.
by Edu
Fri Mar 22, 2024 8:27 am
Forum: .NET
Topic: Completely broken latest version 4.2023.3.23
Replies: 7
Views: 22090

Re: Completely broken latest version 4.2023.3.23

Hi, A solution has been applied to the code for inclusion with the next maintenance update. Instead of creating a chart before creating series, you will have the option to call a static method instead that will solve this issue. For example: //One line of code. No need to create an object. TChart.In...
by Edu
Thu Mar 21, 2024 8:46 am
Forum: .NET
Topic: Completely broken latest version 4.2023.3.23
Replies: 7
Views: 22090

Re: Completely broken latest version 4.2023.3.23

Although the item 2599 is now marked as fixed the same exception happens when creating a ColorGrid. We have tried with several of the nuget packages including the latest 4.2024.3.15 and v4.2023.3.13 as well as older nuget packages. They all throws the exception. System.ArgumentNullException: Value ...