Specifies the objective used for finding 'good' positions for subgraph components.
Namespace: yWorks.yFiles.Layout.PartialAssembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public enum SubgraphPositioningStrategy |
| Visual Basic |
|---|
Public Enumeration SubgraphPositioningStrategy |
Members
| Member name | Description | ||
|---|---|---|---|
| Barycenter | 2 | Specifies the objective used for finding 'good' positions for subgraph components. This values specifies that each component should be placed close to the barycenter of its graph neighbors. | |
| FromSketch | 3 | Specifies the objective used for finding 'good' positions for subgraph components. This values specifies that each component should be placed close to its original position. |