Diagram nodes position


https://www.nevron.com/Forum/Topic8747.aspx
Print Topic | Close Window

By Andrea Piazza - 10 Years Ago
In Nevron Diagram (using NTreeDataSourceImporter) when I have many nodes at the same hierarchical level they are disposed on the same row. When I print the document it's not readable (consider that we have 10, 20,30 .... nodes at the same level).
There is a way to perform automatic redistribution for the nodes at the same level? For example: every 4 nodes at the same level the document perform a "carriage return" for the next 4 nodes and so on. For example see attached image

thanks
By Nevron Support - 10 Years Ago
Hi,
Currently Nevron Diagram for .NET does not provide an automatic tree layout with such behavior. However, you can easily reposition some shapes manually after the layout has finished its work using their Location property. Another possible workaround is to print the diagram in landscape mode when its width is greater than its height.