asp.net - Generate a normal distribution graph using C# -


i need generate gaussian graph (bell curve) using given average , standard deviation. how can completed in c#? if can completed in classic asp - better :)

i manually generate values using forumulas this page use google charts render on client. work in c# or classic asp.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -