I woud like to generate graphs using GraphViz and display them on an ASP.NET webpage.
What is the best library to use for this?
views:
553answers:
1
+1
A:
That would be QuickGraph.
QuickGraph makes it very easy to model graphs, it has good documentation and it's dead easy to export the graph to GraphViz.
Mauricio Scheffer
2009-11-23 03:59:50