An rotated edge label model that allows placement of rotated labels at some positions along an edge.

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

Remarks

An rotated edge label model that allows placement of rotated labels at some positions along an edge.

It's possible to specify a distance value that controls the distance between the label and edge. Furthermore, there's the possibility to mask out* arbitrary edge label candidates. This can either be done by specifying predefined candidate masks or by OR-ing allowed label candidates to a user defined mask.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..RotatedDiscreteEdgeLabelLayoutModel

See Also