What is a good plotting library for .Net? [closed]
Asked Answered
E

7

19

I'm writing some data acquisition software and need a gui plotting library that is fast enough to do realtime updated graphs. I've been using Nplot which is pretty good for a free library, but I'm wondering if there are any better libraries (preferably free or cheap).

Exceedingly answered 8/8, 2008 at 6:40 Comment(0)
J
4

There's a good post about this here and here. I have also used NPlot in our last project since it's easier to use.

Jehial answered 8/8, 2008 at 7:49 Comment(0)
B
4

If you need something to display in a WinForms app then you can try out the free ZedGraph. If it is ASP.NET then I recently have used Google Charts with some great results.

Babbage answered 8/8, 2008 at 8:54 Comment(0)
M
2

Well, not free. But we have had very good results with Nevron. Their support is excellent as well.

Another good option is TeeCharts.

Mitman answered 8/8, 2008 at 6:48 Comment(0)
P
2

ZedGraph is not WinForms only, there's a web control too. It's very good.

Perspicacity answered 4/9, 2008 at 13:59 Comment(0)
O
2

Definetly go for Zedgraph, we have been using this for years and it is very good in 'real-time' graphing. Zedgraph is very well documented and there are many examples available.

Oao answered 24/10, 2008 at 20:8 Comment(0)
C
2

If speed is your main concern, nothing better than TeeChart. The fastLine series it provides plots 10 million points in a second. And recently they have introduced it for realtime as well. I was blown away by the speed of plotting.

Chaplin answered 27/6, 2009 at 10:43 Comment(0)
P
1

You might want to take a look at Open Flash Chart. It's an open source graphing tool built in flash and can be dynamically updated.

Check out the Ajax example for an idea of what it can do.

Peloria answered 8/8, 2008 at 8:4 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.