vote up 4 vote down star
4

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 :-)

flag

67% accept rate

3 Answers

vote up 4 vote down check

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

ZEDGRAPH

ZEDGraph

Microsofts Chart Control

Microsofts Chart Control

link|flag
Thanks, I'll have a look at ZedGraph. The MS one appears to only be for ASP.NET web stuff, whilst I need Windows Forms. – endian Jan 11 at 21:33
No the link I sent you is for an ASP.NET demo but they will work for Windows forms as well – cgreeno Jan 11 at 21:41
Ah, thanks! Have installed ZedGraph and playing around with it now. If I can get my own graph to come up, it's won :-) – endian Jan 11 at 21:52
vote up 3 vote down

MS Chart Controls (VS tools) work with winforms too:

Microsoft Chart Controls for Microsoft .NET Framework 3.5 will install new assemblies that contain the ASP.NET and Windows Forms Chart Controls.

I haven't had time to use it yet, so I don't know whether it supports charting/plotting (rather than data-graphing).

link|flag
Thanks Marc. I've gone with ZedGraph for now, seems pretty good! – endian Jan 11 at 21:58
vote up 1 vote down

I can highly recommend ZedGraph (http://zedgraph.org/wiki/index.php?title=Main_Page). It was very easy to configure from my experience (and well documented), not to mention that it seems really quite versatile.

link|flag
Agreed - I got a graph up and running in 20 minutes or so, including download time. – endian Jan 11 at 22:16

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.