Enumeration TreeSorting

GoJS® Diagramming Components
version 3.0.1
by Northwoods Software®

This enumeration specifies whether to sort the children of a node, and in what order to position them. Used for TreeLayout.sorting or TreeLayout.alternateSorting.

since

3.0

Index

Enumeration Members

Enumeration Members

Lay out each child according to the sort order given by TreeVertex.comparer.

Lay out each child in reverse sort order given by TreeVertex.comparer.

Lay out each child in the order in which they were found.

Lay out each child in reverse order from which they were found.