Enum LayeredDigraphAggressive
This enumeration specifies how much effort Northwoods.Go.Layouts.LayeredDigraphLayout.ReduceCrossings() puts into trying to look for link crossings. Used for AggressiveOption.
Namespace: Northwoods.Go.Layouts
Assembly: Northwoods.GoDiagram.Avalonia.LayeredDigraphLayout.dll
Syntax
public enum LayeredDigraphAggressive
Fields
Name | Description |
---|---|
Less | The faster, less aggressive, crossing reduction algorithm. |
More | The slower, more aggressive, crossing reduction algorithm. |
None | The fastest, but poorest, crossing reduction algorithm. |