DotNetGraph icon indicating copy to clipboard operation
DotNetGraph copied to clipboard

Create GraphViz DOT graph with .NET / C#

Results 15 DotNetGraph issues
Sort by recently updated
recently updated
newest added

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?

![image](https://user-images.githubusercontent.com/15943216/80309190-b69fda00-87d3-11ea-9032-726b0ee020dc.png)

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

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