Page 1 of 1

TeeChart for .NET v2021 Performance issue with histogram

Posted: Tue Feb 08, 2022 3:26 pm
by 16088756
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

Re: TeeChart for .NET v2021 Performance issue with histogram

Posted: Wed Feb 09, 2022 4:58 pm
by Christopher
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.

Re: TeeChart for .NET v2021 Performance issue with histogram

Posted: Thu Feb 10, 2022 11:49 am
by Christopher
Hello,
Christopher wrote:
Wed Feb 09, 2022 4:58 pm
just to let you know that we're looking into this, and hope to have an answer for you within the next 18 hours.
Sorry for the delay, we believe we have what might be a solution and will pass it to you shortly.

Re: TeeChart for .NET v2021 Performance issue with histogram

Posted: Thu Feb 10, 2022 12:04 pm
by Christopher
Hello,
Christopher wrote:
Thu Feb 10, 2022 11:49 am
Sorry for the delay, we believe we have what might be a solution and will pass it to you shortly.
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.

Re: TeeChart for .NET v2021 Performance issue with histogram

Posted: Mon Feb 14, 2022 7:58 am
by 16088756
Thank you Team! I appreciate your help. Given solution is working fine.

Regards,
Pritosh