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

Namespace: yWorks.yFiles.Layout.Organic
Assembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.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