Table of Contents

Enum CircularSorting

Namespace
Northwoods.Go.Layouts
Assembly
Northwoods.GoDiagram.WinForms.CircularLayout.dll

This enumeration specifies how to sort the nodes. Used for Sorting.

public enum CircularSorting

Fields

Ascending = 2

Nodes are sorted using the Comparer, in ascending order.

Descending = 3

Nodes are sorted using the Comparer, in reverse ascending order.

Forwards = 0

Nodes are arranged in the order given.

Optimized = 4

Nodes are ordered to reduce link crossings.

Reverse = 1

Nodes are arranged in the reverse of the order given.