The sampling and performance of RadChart's ability to show thousands of data points in an intelligent way is great. The biggest problem for me is how to transfer this data from the server to client. In a real world scenario, this data is going to reside in a persistent store like database and a WCF service will help getting it.
All the example's I've seen so far works with random data generation on the client side. How can I efficiently bring such a large volume of data from a WCF service.
I believe the sampling only occurs on the client side after you have bound all the datapoints, series mapping to the chart.
Many Thanks in Advance.
Saravana.
All the example's I've seen so far works with random data generation on the client side. How can I efficiently bring such a large volume of data from a WCF service.
I believe the sampling only occurs on the client side after you have bound all the datapoints, series mapping to the chart.
Many Thanks in Advance.
Saravana.