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

UWP RadCartesianChart LineSeries problems

1 Answer 111 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Balaji
Top achievements
Rank 1
Balaji asked on 26 Jul 2018, 12:26 PM

Hi

I am  using the Telerik UI for UWP and my application consists of animated line charts that will be constantly updated and I am having 2 problems on using the lineseries to plot charts.

 

1. The CPU consumption is too high.

My app consumes 2% without charts and 20% with the charts. I am guessing this is because the library does not use DirectX support? because I can see the app consumes no GPU at all. Please let me know if anything can be done to reduce CPU consumption

 

2.  In my application I have a button that opens the graph. if I open the graph the first time, everything works. But if I close it and open it again the application crashes.

 

Please let me know if I have missed something in implementing the library

 

 

1 Answer, 1 is accepted

Sort by
0
Didi
Telerik team
answered on 27 Jul 2018, 12:24 PM
Hi Balaji,

Thank you for the provided description of the issue you have observed.

1. CPU consumption
When the chart is animated and constantly updated it is normal the CPU consumption to be higher. In order to reduce the CPU consumption you can set the ShowLabel property on the Axis to false or you can increase the time of the interval which updates the chart lines. 

2. Exception occurs in Chart control
I will need more details or sample code which will help me reproduce and investigate the issue. In addition, you could check whether the exception observed by you is the same as the exception reported to the UI for UWP issues page here: https://github.com/telerik/UI-For-UWP/issues/288

Looking forward to your reply.

Regards,
Didi
Progress Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Chart
Asked by
Balaji
Top achievements
Rank 1
Answers by
Didi
Telerik team
Share this question
or