This class is based on the enhanced profit model and places the labels of a graph using a simulated annealing strategy taking into account the amount of overlaps of labels.

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

Syntax

C#
public class SALabeling : MISLabelingAlgorithm
Visual Basic
Public Class SALabeling _
	Inherits MISLabelingAlgorithm

Remarks

This class is based on the enhanced profit model and places the labels of a graph using a simulated annealing strategy taking into account the amount of overlaps of labels. The algorithm is inspired by the article of Christensen, Marks and Shieber.

Inheritance Hierarchy

See Also