An edge label model that allows placement of labels at a fixed offset from the source intersection point of the node.

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 FreeEdgeLabelLayoutModel : IEdgeLabelModel
Visual Basic
Public Class FreeEdgeLabelLayoutModel _
	Implements IEdgeLabelModel

Remarks

An edge label model that allows placement of labels at a fixed offset from the source intersection point of the node.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..FreeEdgeLabelLayoutModel

See Also