views:

63

answers:

2

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.

A: 

Hello, have you tried checking this?

devilwontcry
Is there meant to be sound on that video?
Martin
Apparently not.
devilwontcry
A: 

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.

Pat