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??
Hi Anu,
Thank you for your post. I have been looking into your sample application and I am not sure how exactly to reproduce the reported performance issue. Could you please provide me with descriptive steps to reproduce it?
Looking forward to hearing from you.
Thanks for the reply.
I have attached a screenshot with the code. Enter the values in the textbox as in the screenshot and press the button.
Attaching screenshot here.