dgml

Where are the details about Directed Graph Markup Language (DGML)

Skinner's Blog has some nice introductory material for the new Directed Graph Markup Language in Visual Studio 2010, but I'd like more. Anyone know where to find some details documents or specs? ...

DGML viewer in VS 2010

I've started messing around with the DGML viewer in VS 2010 (which seems awesome). I know you can create diagrams from your code base. Is there any support for creating a directed graph from whatever I like, or is it purely a code analysis tool? I'd like something along the lines of 'Add Node' or something. ...

Does DGML support different shapes?

I've started to play with DGML, and I see in the schema that the Node element supports a Shape attribute. I've tried things like <Node Shape='square'... with no effect. Is Shape really supported in DGML? ...