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??
Thanks Yanko for the support. Sorry for the late reply. Since I can not achive more performance, I restricted the no of series through code.
Hello Anu,
I am just checking if you require any further assistance on the matter.
Hi Anu,
Thank you for your reply. I have been looking into your scenario and it looks like the expected behavior because of the huge amount of data points(50x1000). A similar issue has been discussed in the following forum thread:
http://ko.infragistics.com/community/forums/t/90961.aspx?PageIndex=1
I believe that there is nothing to be done in order to change the performance here.
Let me know, if you need any further assistance on this matter.
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.
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.