Base class for candidate positions for labels.

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

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