Enumeration CircularArrangement

GoJS® Diagramming Components
version 3.0.1
by Northwoods Software®

This enumeration specifies how nodes should be spaced in the ring. Used for CircularLayout.arrangement.

since

3.0

Index

Enumeration Members

The angular distance between the nodes is constant.

The distance between the centers of the nodes is constant.

The spacing between the idealized boundaries of the nodes is constant.

The vertices are arranged as close together as possible considering the CircularLayout.spacing, assuming the nodes are rectangular.