0

After adding reference of winRT xaml data visualization source code in my universal app. when chart plotting with multiple series and large number of data points. app starts crashing and reporting low memory exception.

see the image enter image description here Please guide.

thnx.

SUNIL JOSHI
  • 192
  • 1
  • 12
  • Have you tried using the profiler? – Peter Torr - MSFT Feb 02 '15 at 08:08
  • yes i try with profiler and it is showing maximum memory consumption is appear while data point plotted over chart. application start crashing after data points increased from 3000 points. i am using chart to plot multiple series at a time but not more then 10 series and each series may contain 2000 data points at a time. – SUNIL JOSHI Feb 09 '15 at 13:16
  • The profiler should show you who is using the most memory; is it your data structures or is it the UI? How much total memory are you using? – Peter Torr - MSFT Feb 09 '15 at 16:13
  • yes it is UI(data point presentation). i am not taking any memory. after passing data point whole memory taking by data points only. – SUNIL JOSHI Feb 10 '15 at 06:38

0 Answers0