This is a migrated thread and some comments may be shown as answers.

Optimizing for 1m datapoints

3 Answers 50 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Christian
Top achievements
Rank 1
Christian asked on 19 Aug 2016, 11:07 AM

Hi,

does the ChartView support huge amounts of data? I found using ~220k datapoints as a source for various barseries' takes a really long time. In essence the chart uses a linear vertical axis and a datetimecategorial axis to sort the data and all datapoints are visualized by barseries' which may be stacked. Is there a way to optimize performance and setup time of charts? Please note I am using RadChartElements, so I cannot access the full functionality of RadChartViews.

BR

3 Answers, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 22 Aug 2016, 02:50 PM
Hi Christian,

Thank you for writing.

Most of the functionality in RadChartView  is defined in the RadChartElement class so by creating element instances you would be able to use the existing chart API. 

Considering the huge amount of data you have, my recommendation is that prior to binding the chart elements aggregate the data and reduce the amount of points which need to be created.

I hope this helps. Please let me know if you need further assistance.

Regards,
Hristo Merdjanov
Telerik by Progress
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms. For more information check out this blog post and share your thoughts.
0
Christian
Top achievements
Rank 1
answered on 23 Aug 2016, 06:58 AM

Hi Hristo,

thank you for your answer.

Is there a way to use threading in order to improve performance on the creation of series'?

0
Hristo
Telerik team
answered on 23 Aug 2016, 11:59 AM
Hi Christian,

Thank you for writing back.

Threading will not help in improving the performance while the series are being created. Please check the following threads discussing a similar scenario as the one described:
I hope this information was useful. Should you have further questions please do not hesitate to write back.

Regards,
Hristo Merdjanov
Telerik by Progress
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms. For more information check out this blog post and share your thoughts.
Tags
ChartView
Asked by
Christian
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Christian
Top achievements
Rank 1
Share this question
or