I need to read some data from an input file and plot a graph based on the inputs...
I want to plot a graph using visual C#. Is there any in-built functions to plot a graph in visual C#.. If not, how can I do that..
I wanted to create using asp.net
I need to read some data from an input file and plot a graph based on the inputs...
I want to plot a graph using visual C#. Is there any in-built functions to plot a graph in visual C#.. If not, how can I do that..
I wanted to create using asp.net
If you are in a web environment there are also lots of ways of drawing graphs directly in the browser, using the CANVAS element or SVG. I prefer gRaphael