Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free C# Grid/Graph component [closed]

Tags:

c#

.net

graphing

Can anyone recommend a free grid/graphing component for C#/.NET? I'm having a look at NPlot right now, but so far I'm finding it quite troublesome.

EDIT: I particularly need something that plugs into Windows Forms - I'm not doing ASP.NET, and don't really fancy reproducing my graph using Google's API every time I get a new data point (several times a second).

Thanks :-)

like image 565
endian Avatar asked Jan 11 '09 21:01

endian


1 Answers

MS just released one if you are using 3.5 or you could use ZedGraph

EDIT: The Link is Just a ASP.NET demo they have a Windows Forms Release as well with DEMOS

Microsofts Chart Control

Microsofts Chart Control http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=mschart&DownloadId=3633

like image 162
cgreeno Avatar answered Oct 08 '22 09:10

cgreeno