6

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

1
  • 2
    Using Windows Forms, Web Forms, or what? Commented Apr 10, 2010 at 6:04

5 Answers 5

7

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.

Sign up to request clarification or add additional context in comments.

Comments

2

Here is OxyPlot

It supports different platforms and rendering targets (wpf, winforms, pdf, etc)

Comments

1

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

Comments

0

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.

Comments

0

WebControl will fit your needs

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.