Search code examples
c#asp.netvisualizationgraphviz

GraphViz and ASP.NET


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?


Solution

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