How about graphviz, it's been ported to .NET https://www.nuget.org/packages/GraphViz.NET/ or this https://www.codeproject.com/Articles/5603/QuickGraph-A-100-C-graph-library-with-Graphviz-Sup
Steve ---------------------------- Original Message ---------------------------- Subject: Graph visualisation From: "Greg Keogh" <[email protected]> Date: Wed, June 5, 2019 8:59 am To: "ozDotNet" <[email protected]> -------------------------------------------------------------------------- > Folks, can anyone suggest a free WPF-friendly library for visualising a > graph of vertexes and edges? All of my searches so far produce projects > and discussions that are around 10 years old, the documentation is dreadful > or misleading, the links are dead, they're for WinForms or JS clients, or > there are some commercial products that cost from $3000 to $12000. Maybe > there are modern choices I'm not aware of. > > If you search for "graph visualisation neo4j" images you'll see the sort of > thing I'm after … but only the simple practical samples (not the Sci-Fi > movie ones!). I want to visualise the relationships between organisation > entities (company, department, people, etc) with about a few hundred nodes > at most. The ability to zoom and select would be expected. > > Thanks > *Greg K* >
