Draw Normal distribution graphs
-
Dear all, I have a database that contains numbers. I want to draw the Normal distribution graph for a column in my C# program and display it in a panel or a form (in whatever) is there a way to do that? thanks very much
mhmo You may try to use a Graphing component, which exports as GIF and then embed that GIF into the panel. It works like this:

graph.aspx would be using the Graph component which plots the graph and exports it as GIF. Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://deepak.blogdrive.com/ -
mhmo You may try to use a Graphing component, which exports as GIF and then embed that GIF into the panel. It works like this:

graph.aspx would be using the Graph component which plots the graph and exports it as GIF. Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://deepak.blogdrive.com/