DotNetGraph
DotNetGraph copied to clipboard
Add support for layouts
GraphViz has support for the following layouts: dot, neato, fdp, sfdp, twopi, circo.
Could it be possible to allow the DotGraph object to be configured with an optional layout style?
Not too familiar with GraphViz, can you explain what these layouts mean exactly?
Sorry for the delay, I've made a PR: #24 Is it what you want?