Skip navigation.

Directed Graph ML (DGML) support in QuickGraph

Directed Graph ML (DGML) support in QuickGraph

The new version of Visual Studio 2010 supports a very cool graph viewer (powered by MSAGL) and a simple XML file format (DGML) to load your own graph. I’ve added support in QuickGraph to emit .dgml file from any graph (you will need to build the sources). For example, this snippet display a very simple graph:

image

And the result opens magically in Visual Studio 2010!

image