How to show classes in Visual Studio 2010 Professional class diagram in NOT nested way? -


i have annoying problem class diagram in visual studio 2010 professional.

here's example:

enter image description here

i have main class called mybaseclass inherited myclass on other hand inherited mycomplexclass written manually in code.

while try run class diagram generator in vs it's presented in nested way in single "block" of class program.

how can make more tree-like(chart) inheritance lines, popular/standard display of class diagram?


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -