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
Here is OxyPlot
It supports different platforms and rendering targets (wpf, winforms, pdf, etc)
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
Matlab has superb support for displaying graphs, and with a few lines of interop you can display a .NET array using the Matlab runtimes.
You could also use IronPython to call MatPlotLib.