Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GraphSharp .Net Graph Layout Engine

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.

like image 802
Dewiniaeth Avatar asked Jun 23 '10 10:06

Dewiniaeth


1 Answers

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.

like image 108
Pat Avatar answered Sep 17 '22 03:09

Pat