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

Too many values

1 Answer 49 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Nobody
Top achievements
Rank 1
Nobody asked on 11 Mar 2015, 07:41 AM
Hello everyone,

in my current project i have to visualize about 30.000 data entries in a chart.
In my Windows Phone App the UI is always blocking some seconds while the RadCartesianChart is trying to show the data.

For WPF there's something like ChartDataSource, which can simplificate the data with threshold and so on.
How can you handle this in a Windows Phone/Universal App?
Does anyone have experience with this?

Kind regards,
Robert

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 13 Mar 2015, 02:33 PM
Hi Robert,

I am afraid, ChartDataSource is not available WindowsPhone and Windows Universal. You will need to do it manually -- loop through the data and create a new collection with items which hold only the information, which is relevant to the chart with averages of the values plotted.

Best regards,
Ves
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Chart
Asked by
Nobody
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or