Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
Multiple Series updation freezes GUI
posted

Hi,

I have a requirement of adding no: of series to a chart at runtime and updating the series points periodically.

While doing this GUI gets freezes. First I used ObservabaleCollection and later I tried with the List<>.

List<> is better but still it takes so much memory and frezes GUI.

Actually I need a Y only graph like Sparkline. but Since multiple lines not possible in XamSparkLine, went with XamDataChart-->Series.

Iam atatching the sample code. Please see the screen shot also. Is there a better way to do this??

PropertyChangedSample.zip
Parents Reply Children
No Data