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

Namespace: yWorks.yFiles.Layout.Organic
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

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