-
Hi,
I'm developing a library using MSAGL. I noticed quite a bit of log messages in the output that MSAGL generates, e.g. https://github.com/microsoft/automatic-graph-layout/blob/b9d18b0ce6d00525068…
-
Do you have any plans to add logic for manipulating generic graph structures? E.g. adding nodes, vertices, depth/breadth-first searches, traversal algorithms, cycle detection, etc.
Thank you.
-
I have this code in a wpf window's Loaded event handler. Just above this block of code is where I create "graph". The line "svgGraphWriter.Close();" at the end throws an exception. svgGraphWriter.Writ…
-
When running the sample code, if I bring up the LayoutSettingsForm using and modify any of the properties (e.g., changing RerouteOnly from false to true), the dialog can not be closed. Debugging shows…
-
**Describe the bug**
Using both `QuikGraph.MASAGL` and `AutomaticGraphLayout.WpfGraphControl` in the same project causes an unfixable version conflict due to a difference in the `PublicKeyToken` on…
-
I am trying to create the simplest possible SVG rendering of a graph, using a single edge with two nodes, I have been reading sample code for the last hour, and hitting walls. Was hoping that some gui…
ghost updated
4 years ago
-
**Describe the bug**
Using both `QuikGraph.MASAGL` and `AutomaticGraphLayout.WpfGraphControl` in the same project causes an unfixable version conflict due to a difference in the `PublicKeyToken` on…
-
I have a simple sample of three nodes and two edges, and am usinng only the core layout engine and doing all rendering myself.
```
Node 1 connects to Node 2
Node 3 connects to Node 2
```
The…
-
When constructing a Drawing.Node, is it possible to have an Id separate from a label? We have graphs where many labels duplicate their display name, but their ID is unique (such that we can draw a…
ghost updated
4 years ago
-
*** prerequisite ***
https://github.com/Timmoth/AptacodeStateNet/issues/8#issue-532208661
It would be very helpful for our end users to have a WPF component which allows them to visually define t…