Table of Contents

Enum LayeredDigraphAggressive

Namespace
Northwoods.Go.Layouts
Assembly
Northwoods.GoDiagram.WinForms.LayeredDigraphLayout.dll

This enumeration specifies how much effort Northwoods.Go.Layouts.LayeredDigraphLayout.ReduceCrossings() puts into trying to look for link crossings. Used for AggressiveOption.

public enum LayeredDigraphAggressive

Fields

Less = 1

The faster, less aggressive, crossing reduction algorithm.

More = 2

The slower, more aggressive, crossing reduction algorithm.

None = 0

The fastest, but poorest, crossing reduction algorithm.