Nevron .NET Vision
Diagram for .NET / User's Guide / Layouts / Graph Parts Layouts / Graph Layouts / Single Cycle Graph Layout

In This Topic
    Single Cycle Graph Layout
    In This Topic

    The the single cycle layout is represented by the NSingleCycleLayout class. The single cycle layout layouts all graph vertices on a single circle, trying to minimize the number of edge crossings. The most important properties are:

     

    The following image is an example of the layout output:

     Related Examples

    Windows Forms: Layouts - Single Cycle Layout

    Web Forms: Layouts - Single Cycle Layout

     

    See Also