This class places the labels of a graph using a greedy strategy.

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 GreedyMISLabeling : MISLabelingAlgorithm
Visual Basic
Public Class GreedyMISLabeling _
	Inherits MISLabelingAlgorithm

Remarks

This class places the labels of a graph using a greedy strategy. This is the fastest label placing algorithm provided.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..AbstractLayoutStage
    yWorks.yFiles.Layout.Labeling..::..AbstractLabelingAlgorithm
      yWorks.yFiles.Layout.Labeling..::..MISLabelingAlgorithm
        yWorks.yFiles.Layout.Labeling..::..GreedyMISLabeling

See Also