Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WPF Graph Layout Component

Does anyone know of or even better.. can wholeheartedly recommend a WPF graph layout component (Microsoft Research had GLEE a while back but it hasn't been updated after 1.0 since 2007 and isn't WPF etc) as seen e.g. in the screenshot below?

I've seen yFiles WPF and Lasalle's AddFlow for WPF, but are there any alternatives?

RedGate Ants Memory Profiler as example http://www.red-gate.com/products/ants_memory_profiler/screenshot_gallery/Class_Explorer.gif

(c) Screenshot: RedGate Ants Memory Profiler

like image 736
Jörg Battermann Avatar asked Jun 02 '10 12:06

Jörg Battermann


2 Answers

Try http://graphsharp.codeplex.com/. I started a project, today, using MSAGL, but I would rather use WPF for the UI.

From the site:

  • Can use all kinds of algorithms (layout, overlap removal, edge, highlight)
  • Vertex dragging supported
  • Templates for vertices and edges supported
  • Mutable graph -> automatic relayout after the graph changes (burst mode: lot of modification but only 1 relayout)
  • Async layout (background thread) supported
  • Position changes are animated!
like image 199
Maurice M. Avatar answered Oct 10 '22 04:10

Maurice M.


Take a look demos at http://www.goxam.com/.

like image 33
treehouse Avatar answered Oct 10 '22 02:10

treehouse