Base class for candidate positions for labels.

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

Syntax

C#
public class LabelCandidate : IPlaneObject
Visual Basic
Public Class LabelCandidate _
	Implements IPlaneObject

Remarks

Base class for candidate positions for labels.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..LabelCandidate
    yWorks.yFiles.Layout..::..EdgeLabelCandidate
    yWorks.yFiles.Layout..::..NodeLabelCandidate

See Also