DotNetGraph
DotNetGraph copied to clipboard
Create GraphViz DOT graph with .NET / C#
First of all, thank you for this library, but it seems that some features are missing. - [x] Applying default attributes to a node, edge, graph etc. is not possible,...
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?
Resolve #23

The constructor of `DotNode` takes an optional string identifier parameter. If none is provided, the identifier is set to `null`. However, if you do not set an identifiert, the compiled...
Resolving #6
Great library -- thanks for sharing it! Have you given any thought to allowing for default styles or themes so that users don't have to redefine the same styles for...
is there a way to use the HTML-attribute "port", so that edges will point from one port to another (e.g., connecting two cells within a big HTML-table), as opposed to...