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

Multi-Chart WinForm App

1 Answer 106 Views
Chart (obsolete as of Q1 2013)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Joseph Griffin
Top achievements
Rank 1
Joseph Griffin asked on 26 Apr 2011, 10:13 PM
I'm working on a multi-tab WinApp that will contain about 20 charts and 50 chart series of data that the user can select from. The data will be coming in via UDP at about a 16 Hertz data rate. I need some "best practices" type of advice for creating a smooth user experience using the Telerik RadChart. For instance, with this number of charts, how many data points per chart can I realistically display?

Thanks,

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 29 Apr 2011, 12:31 PM
Hi Joseph Griffin,
RadChart performance could suffer because of loading a lot of data (like 1000 data points or less but in lots of series), having a large resolution for the chart image, or using computation intensive appearance features such as blurred shadows or complex gradients. Another possible reason could be the usage of IntelligentLabelsEnabled property (set to true). This has been designed to avoid label overlapping, but beyond certain number of items, the calculations for finding suitable position for each label might take a large amount of time.

Basically, the performance of the char depends to a large extent on the styles and configuration that you use, and on the performance of the app itself. That is why, I would recommend that after you build your application, simply test it to find out the maximum number of data points that allows the chart to perform as your client expects.

Best wishes,
Tsvetie
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Chart (obsolete as of Q1 2013)
Asked by
Joseph Griffin
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or