Query on Diagram in .NET


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

By Pradeepa M - 9 Years Ago
Hi,
Myself Pradeepa, a web developer in ASP.Net MVC. I 've a requirement in my project now where complex grouped flowcharts has to be created which will have relations back and forth. Customer is more specific about the layout that there are certain scenarios where the connectors has to cross flows and they are looking that the lines should not overlap.

I could see very good grouped flow diagrams in the Nevron demo examples  , but didn't get information if Nevron provides no overlapping lines as well. Please let me know if you can help me shed some light on this.




By Nevron Support - 9 Years Ago
Hi,

Nevron Diagram for .NET provides an Orthogonal Graph Layout, which arranges shapes and connectors in such a way that connectors do not cross if possible. Note that if your diagram forms a non-planar graph, drawing the connectors without any crossings is not possible, but the layout will do its best to draw them with as few crossings as possible. The following online demo shows the Orthogonal Graph Layout in action:

Orthogonal Graph Layout Web Example