Hi,
I am trying to use scatter line charts for the application I am working on. Here the data will come in packets, i.e. in the first ajax call I will come to know how many records are there [there can be 1 million to 100k locations] . I was thinking that from the first call I will get some data and plot the chart. In the next subsequent calls as the data keep on coming , I keep on updating the chart. Is there any way this is supported by the control. Please let me know .
Thanks,
Senthil
Hello Senthil,
Thank you for contacting Infragistics!
Yes. Our igDataChart works well with large amounts of live data. The following forum thread may server as a guide:
https://ko.infragistics.com/community/blogs/b/engineering/posts/using-the-netadvantage-jquery-chart-and-signalr-to-display-a-live-data-stream
A few modifications may be done to accommodate different SignalR versions. For more information, please refer to the attached sample.
If you have any questions, please let me know as well.
Thank you Davin for getting back. I have 1 question - I see you do it through ASP.NET MVC side.
Can the same be achieved on the html side ? [I am not taking about the SignlR part] ?
Please let me know if you have any questions.