vote up 3 vote down star
2

For a in-house hardware monitoring utility, I need to use gauges and charts to help visualize various metrics. Is there any good open source or free charting and gauge library available for .NET? I am not interested in purchasing any components (which excludes components such as Dundas Charts & Graph, which I know would do the job, but would not fit in our budget).

Edit: I also know about Google Charts API. The actual application needs to work without an internet connection, so it is out of the question in this particular case.

flag

5 Answers

vote up 5 vote down check

I know this isn't open source, but it's worth noting that Microsoft just released a free charting pack for ASP.NET and WinForms. More details here.

link|flag
It was pretty much what I was looking for, minus the gauges... Thanks! – Andrew Moore Oct 28 '08 at 21:40
Just started using this (literally tonight). It was actually pretty easy to get my first chart up and running. – Chris Lively Jan 20 '09 at 2:27
vote up 0 vote down

I'm having a look at NPlot, but it looks a bit impenetrable at first glance.

link|flag
vote up 3 vote down

My favorite one is ZedGraph.

Definitely a fantastic charting library.

link|flag
It's good for diagram and plots but gauges? – Jonke Oct 27 '08 at 22:52
I've only used it for plots and diagrams. I've used it for interactive timelines and such but not gauges. – itsmatt Oct 27 '08 at 23:25
Did they get any better than 3 years ago? I remember that 3 years ago... this package was kind of "Beta-ish" – Maxim Nov 27 '08 at 17:34
It's pretty solid - at least for my needs. – itsmatt Nov 27 '08 at 23:39
vote up 1 vote down

The two I happen to have in my del.icio.us account:

Are FLOT for jQuery.

And this posting at Code Project for Gantt Charts

link|flag
1  
+1 for Flot. It's as dynamic as a Flash chart, but only requires JS. Works fine in IE6 and iPhones as well. – Jon Tackabury Nov 27 '08 at 17:55
vote up 0 vote down

ZedGraph definitely.

I use charts for large data-sets, 1,000,000 data points and upwards. ZedGraph is succinct, performant and succeeds in rendering these beast-like-graphs much faster than lots of commercial products I've tried like: Nevron SyncFusion DevExpress ChartFX Dundas (hence also Microsoft Charts)

ZedGraph has some specific high performance features that are un-paralleled like FilterPointList which dynamically snap-shots your data when you are zoomed out, and doesn't use snapshots when you are zoomed in.

link|flag

Your Answer

Get an OpenID
or

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