This LayoutStage removes node overlaps and guarantees a certain minimal node distance.

Namespace: yWorks.yFiles.Layout.Organic
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class RemoveOverlapsLayoutStage : ILayoutStage, 
	ILayouter
Visual Basic
Public Class RemoveOverlapsLayoutStage _
	Implements ILayoutStage, ILayouter

Remarks

This LayoutStage removes node overlaps and guarantees a certain minimal node distance.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Organic..::..RemoveOverlapsLayoutStage

See Also