documentationfor yFiles for HTML 3.0.0.3

CircularLayoutEdgeRoutingPolicy

Provides options for controlling the routing of edges within a CircularLayout.

Remarks

INTERIOR routes all edges inside the circle or on its border as straight lines. This is the default behavior where no edges are routed on the exterior of the circle.

AUTOMATIC determines the routing of edges automatically for optimal readability. Internal edges are straight lines, while external edges are curved arcs to minimize crossings.

EXTERIOR routes all edges around the exterior of the circle, except those connecting neighboring nodes. Exterior edges follow a curved path.

To manually select which edges should be routed externally, use the exteriorEdges property. All other edges will be routed internally.

Type Details

yFiles module
algorithms

Constants

Static Methods