views:

376

answers:

3

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!

+2  A: 

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

andras
Found this referenced in the duplicate link, look poplar with over 5000 downloads so will give it a try - thanks!
James Westgate
@James: GraphViz I bet has way more downloads (it's been around since ages) - though it might not qualify as fully managed. :)
andras
Yeah the fully managed part is really important, and it needs to be a library
James Westgate
A: 

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

Tried it before...works great.

Adam Driscoll
Looks more like a charts library unfortunately
James Westgate