Hi,
I am using XamWebChart and binding the chart series values. Binding of 200 values (x,y) is taking minimum 18 seconds to display. This is not advisable in our project.
I have attached the code. Please let me know whether am doing anything wrong.
Thanks.
Jayaprakash
Hi Jayaprakash,
Let me know if I can be of further assistance on this matter.
Everything you're doing is correct. Unfortunately this is a limitation of the older XamWebChart control as it was not designed to display a large data set.
For this I recommend using the XamDataChart. This control was designed to handle lots of data and still offers similar functionality to what you get in XamWebChart. I converted your sample to this control and the 200 values are displaying almost instantly. I've attached the converted sample. http://help.infragistics.com/NetAdvantage/DV/2011.2/CLR4.0/?page=Developers_Guide_xamDataChart.html
Let me know if you have any questions on this.