Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 684
Luke Avatar asked Aug 08 '08 06:08

Luke


3 Answers

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.

like image 101
jfs Avatar answered Sep 24 '22 00:09

jfs


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.

like image 23
John Downey Avatar answered Sep 22 '22 00:09

John Downey


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

Another good option is TeeCharts.

like image 31
Vaibhav Avatar answered Sep 22 '22 00:09

Vaibhav