Skip to main content
A newer version of this page is available. .

DiagramOptionsCircularLayout.Order Property

Specifies how the circular layout algorithm arranges shapes.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v18.2.dll

Declaration

[DefaultValue(CircularLayoutOrder.Optimal)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual CircularLayoutOrder Order { get; set; }

Property Value

Type Default Description
CircularLayoutOrder **Optimal**

A CircularLayoutOrder enumeration value.

Available values:

Name Description
Optimal

Arrange shapes minimizing the number of crossings of connection lines.

Clockwise

Arrange shapes clockwise.

Counterclockwise

Arrange shapes counterclockwise.

Property Paths

You can access this nested property as listed below:

Object Type Path to Order
DiagramControl
See Also