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.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

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