Generate a normal distribution graph using C#
I need to generate a Gaussian graph (bell curve) using a given average and standard deviation. How can this开发者_如何学运维 be completed in C#? If it can be completed in Classic ASP - even better :)
I would manually generate the values using the forumulas from this page then use Google Charts to render it on the client. This would work in C# or classic ASP.
Do you absolutely need to generate an image on the fly with ASP? If not you might be looking at the Silverlight/Flash charts that already exists such as http://www.fusioncharts.com/ or http://www.amcharts.com/ ?
精彩评论