Questions tagged [dgml]

DGML is an XML-based file format for directed graphs.

29 questions
1
vote
2 answers

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…
Fiona - myaccessible.website
  • 13,581
  • 15
  • 77
  • 114
1
vote
2 answers

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?
Charles
  • 2,482
  • 3
  • 29
  • 51
0
votes
2 answers

Generating dgml files from command line

Is there a command line tool to generate the dgml file from a list of dlls? I have tried graphcmd.exe, this only further simplifies an already generated dgml file. Are there any command line options in the visual studio ultimate through which we can…
Rajesh
  • 1
  • 1
0
votes
1 answer

Can we merge two dgml diagrams into a single one?

We host 3 WCF services through IIS. They all inter communicate with each other. Through Architecture explorer, I can get their individual dependency diagrams including the function level details. What im looking at is to have one merged diagram…
Rajesh
  • 1
  • 1
0
votes
1 answer

Change color of expanded dgml node

In a dgml file, an expanded Node can have the Background color set which changes the background of the border and title bar. The Foreground color sets the color of the title text. The body currently seems to be filled with a color that depends on…
Scott Langham
  • 53,246
  • 34
  • 122
  • 193
0
votes
1 answer

How to write custom DGML properties

I have got the latest DGML schema and generated a set of c# classes via xsd.exe but I can't see how to programatically add custom properties to a node. The XML would look something like:
Neil
  • 8,482
  • 2
  • 20
  • 42
0
votes
1 answer

what is LDC metrics and fullform of LDC

I tried googling.MY friend has to give a seminar on DGML(Design Markup language) and he is unable to figure what is LDC which he has come across on studying the DGML paper
simplyblue
  • 2,187
  • 7
  • 34
  • 64
0
votes
1 answer

DGML Background colour

I have the following DGML, copied from the MSDN Documentation.
BanksySan
  • 24,077
  • 27
  • 94
  • 189
0
votes
2 answers

DGML - Add weight to link

How do I add weight or value to the Edges or Link in a DGML file?
Kahlan
  • 55
  • 1
  • 11
0
votes
2 answers

Nested dependency graph (DGML) in visual studio

I need to generate detailed dependency information of a .NET project. Integrated dependency graph is a great tool, it can even generate an XML file called DGML, which can be later opened and navigated. This works great if source code is available…
Aleks
  • 4,962
  • 1
  • 22
  • 39
0
votes
1 answer

How to style (give color) Link from group to generic node?

In my CGA assignment, I have to create the state transition animation. the rule is look like this, All attack animation have to grouped in a group. Each animation state could be attacked If the current state get attacked, link to attacked state /…
user3583513
0
votes
1 answer

How to make DGML graph with custome tag xml file by getting data from SQL table

I want to build a DGML with custom tags by getting data from SQL table. The table: UCId UCPre UCPost …
0
votes
1 answer

How can I rename a category in Visual Studio's DGML editor?

I created a new UML component diagram to start laying out dependencies in a component I just "inherited". I wanted to mark the test projects in green, for example, and now the legend looks like: Is there a way I can rename these categories to be…
Billy ONeal
  • 97,781
  • 45
  • 291
  • 525
0
votes
1 answer

Can Graphcmd tool of Visual Studio generate dgml file from dll files

I want to create dgml file (dependence graph) from list of dll files OR solution, project. Can I do that with Graphcmd by command line?
Kendy B
  • 3
  • 2
1
2