Enumeration CircularSorting

GoJS® Diagramming Components
version 3.0.1
by Northwoods Software®

This enumeration specifies how to sort the nodes. Used for CircularLayout.sorting.

since

3.0

Index

Enumeration Members

Nodes are sorted using the CircularLayout.comparer, in ascending order.

Nodes are sorted using the CircularLayout.comparer, in reverse ascending (descending) order.

Nodes are arranged in the order given.

Nodes are ordered to reduce link crossings.

Nodes are arranged in the reverse of the order given.