GoJS API
/ to search
    Preparing search index...

    Enumeration CircularSorting

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

    since

    3.0

    Index

    Enumeration Members

    Ascending: 22

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

    Descending: 23

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

    Forwards: 20

    Nodes are arranged in the order given.

    Optimized: 24

    Nodes are ordered to reduce link crossings.

    Reverse: 21

    Nodes are arranged in the reverse of the order given.