Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a requirement where I need the ability to add ‘n’ number of series in my System.Web.UI.DataVisualization.Charting.Chart.
The number ‘n’ ranges from 0 to anywhere about > 20000. The average number of series per Chart will be around 20000.
Also, per chart there would be > 100 points to plot.
I would like to know if it is possible to achieve this using the System.Web.UI.DataVisualization.Charting.Chart.

Also, what kind of performance impact should I expect?
How much of time would it take to generate such charts if possible and how much of server resource would be required?

Thanks
Posted
Comments
pradiprenushe 25-Jul-12 8:20am    
This is not good thing to add these much no of series. Can u tell actual requirement may be it have some another solution?
Bernhard Hiller 25-Jul-12 8:20am    
Hm. 20000 series haing each 100 points makes 2 million (20 lakhs) points or pixels. That's beyond the capacity of my big screen...
Kenneth Haugland 25-Jul-12 12:54pm    
If you know DSP you could simply filer and downsample. But that is not a beginners task.

1 solution

It is really too much of data you are talking about. I seriously doubt that. If there are more concurrent connections, it may cause some serious issues. On the other hand, if you are considering performance, I believe that please don't turn on the Chart.AntiAliasing property as it requires more CPU cycles and memory too.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900