views:

553

answers:

1

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?

+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