Hi Team,
Used DLL = TeeChart.WPF
Version = 4.2021.7.22
I need help to improve the performance on point data source assignment with histogram function.
I have created a Histogram Points chart with sample inputs of 308,163.
To perform this , I have created a FastLine series and assigned all samples to it. Then using this FastLine series as datasource to Points series with Histogram function.
I also have attached the sample project, while debug you will observe in method MainWindow(), code "series2.Function = hist;"(Line number 15) takes more than 2 min to get executed.
Regards,
Pritosh
TeeChart for .NET v2021 Performance issue with histogram
-
- Newbie
- Posts: 2
- Joined: Fri May 15, 2020 12:00 am
TeeChart for .NET v2021 Performance issue with histogram
- Attachments
-
- SamplTeeChartHistogram.zip
- (13.19 KiB) Downloaded 484 times
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: TeeChart for .NET v2021 Performance issue with histogram
Hi Pritosh,
just to let you know that we're looking into this, and hope to have an answer for you within the next 18 hours.
just to let you know that we're looking into this, and hope to have an answer for you within the next 18 hours.
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: TeeChart for .NET v2021 Performance issue with histogram
Hello,
Sorry for the delay, we believe we have what might be a solution and will pass it to you shortly.Christopher wrote: ↑Wed Feb 09, 2022 4:58 pmjust to let you know that we're looking into this, and hope to have an answer for you within the next 18 hours.
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: TeeChart for .NET v2021 Performance issue with histogram
Hello,
Okay, we've got your example down to loading in less than half a second. There are some techniques we can use in our production code here, and which we will add to it for the upcoming release.Christopher wrote: ↑Thu Feb 10, 2022 11:49 amSorry for the delay, we believe we have what might be a solution and will pass it to you shortly.
- Attachments
-
- SamplTeeChartHistogram2.zip
- (10.99 KiB) Downloaded 416 times
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 2
- Joined: Fri May 15, 2020 12:00 am
Re: TeeChart for .NET v2021 Performance issue with histogram
Thank you Team! I appreciate your help. Given solution is working fine.
Regards,
Pritosh
Regards,
Pritosh