This question is locked. New answers and comments are not allowed.
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