This comparator compares edges by examining the x-coordinates of the centers of their target nodes.

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

Syntax

C#
public class XCoordComparator : IComparer, 
	Comparators..::..IPartialOrder
Visual Basic
Public Class XCoordComparator _
	Implements IComparer, Comparators..::..IPartialOrder

Remarks

This comparator compares edges by examining the x-coordinates of the centers of their target nodes.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Tree..::..XCoordComparator

See Also