Circular style layouter.
Namespace: yWorks.yFiles.Layout.CircularAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public class CircularLayouter : CanonicMultiStageLayouter |
| Visual Basic |
|---|
Public Class CircularLayouter _ Inherits CanonicMultiStageLayouter |
Remarks
Circular style layouter. This layouter either places all nodes on or inside a circle
or partitions the graph in disjoint node sets each of
which will be laid out separately. The exact behavior for the layout of these partitions
can be controlled via
PartitionLayoutStyle
. The partition policy
can be set with
LayoutStyle
.
The separate partitions themselves
are arranged using a
BalloonLayouter
.
Here is a sample output of the layouter using
BccCompact
as partition policy
and
Cycle
as layout style for the partitions.


Inheritance Hierarchy
System..::..Object
yWorks.yFiles.Layout..::..CanonicMultiStageLayouter
yWorks.yFiles.Layout.Circular..::..CircularLayouter
yWorks.yFiles.Layout..::..CanonicMultiStageLayouter
yWorks.yFiles.Layout.Circular..::..CircularLayouter