GraphSharp .Net Graph Layout Engine

Dewiniaeth picture Dewiniaeth · Jun 23, 2010 · Viewed 7.4k times · Source

I want to use the apparently fantastic GraphSharp library but the project has NO documentation.

Specifically I'm interested in using the layout engine and not interested in the WPF control. I simply want to calculate a layout (positions of the nodes) for a given graph and layout algorithm.

Does anyone have any advice, tips, links on how to use GraphSharp.

Answer

Pat picture Pat · Sep 14, 2010

Here are some useful discussions from the GraphSharp website:

How do I get X and Y coordinates of a Vertex Control? (Vertex is a.k.a. Node.)

Error when overriding Template for Edge Control (example of an Edge template).

Custom Vertices?

Vertex ItemTemplate

They've been the most use to me, but I'm still trying to figure it out.