开发者

Plot a graph using .NET

I need to read some data from an input file and plot a graph based 开发者_JAVA技巧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


There is a pack of charting controls from MS, which can be used for creating graphs on winforms and ASP.NET.

You can download them here. And learn more here.


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.


WebControl will fit your needs

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜