I'm looking for an open source (GPL, LGPL etc) graph layout library for .net framework, preferably fully managed code. Im not worried about the visualisation aspect of things.

I can find lots of them for Java, but none for .net...

Thanks!

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

http://graphsharp.codeplex.com/ (Nice "visualisation aspect of things" :)
(...and for the "oldie" GraphViz, you can get no less than 3 language bindings for C#)

link|improve this answer
Found this referenced in the duplicate link, look poplar with over 5000 downloads so will give it a try - thanks! – James Westgate Apr 6 '10 at 21:33
@James: GraphViz I bet has way more downloads (it's been around since ages) - though it might not qualify as fully managed. :) – Andras Vass Apr 6 '10 at 21:36
Yeah the fully managed part is really important, and it needs to be a library – James Westgate Apr 6 '10 at 22:55
feedback

http://zedgraph.org/wiki/index.php?title=Main_Page

Tried it before...works great.

link|improve this answer
Looks more like a charts library unfortunately – James Westgate Apr 6 '10 at 21:33
feedback

Your Answer

 
or
required, but never shown

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