0

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:

Visual Studio Diagram Legend

Is there a way I can rename these categories to be something like "tests" ?

Billy ONeal
  • 104,103
  • 58
  • 317
  • 552

1 Answers1

1

Try the guidance in MSDN here:

Esther Fan - MSFT
  • 8,276
  • 4
  • 27
  • 25
  • Hi Esther, could you please help me with my question? http://stackoverflow.com/questions/28497753/dgml-how-to-enable-the-go-to-definition-for-custom-diagrams – Den Feb 13 '15 at 10:50
  • So, there is no visual way of doing so? Is it all done via code? Is it possible to hook somehow on the DGML viewer to make it possible? It seems such a waste of resources ;) – tomitrescak Oct 08 '15 at 05:58