Namespace: yWorks.yFiles.Layout.Circular
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public enum PartitionLayoutStyle |
| Visual Basic |
|---|
Public Enumeration PartitionLayoutStyle |
Members
| Member name | Description | ||
|---|---|---|---|
| Cycle | 0 | Place each node of a partition on the boundary of a circle. This style is very fast, but the results may need much space. This parameter can be set with PartitionLayoutStyle | |
| Disk | 1 | Create semi-compact layout for each partition. This style places nodes in the inside and the border of a circle and arranges them in an organic manner, leading to more compact layout. Only nodes with connections into other partitions are guaranteed to lie on the boundary of the resulting disk. This style may come with a performance penalty. This parameter can be set with PartitionLayoutStyle | |
| Organic | 2 | Create most compact layout for each partition. This style creates an organic circular layout for each partition. Even nodes that connect into different partitions may be placed in the inside of the resulting disk. This style may come with a performance penalty. This parameter can be set with PartitionLayoutStyle |