What is best way to draw chart on silverlight application ?
I see 2 ways:
Both ways are "good for me".. But I see some inconvenience:
What is best way to draw charts with large amounts of data? Is there any other way?
It really depends on your use-case and what the user should do with the data. Client-side rendering gives you more flexibility with display options, ofcourse.
But you don't need to move massive amounts of data. I bet the user has much less pixels in his chart than there are data points, so you can run some aggregation functions server side before transferring data to the locally rendered chart.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With