Provides classes for the automatic placement of node and edge labels.

Related Documentation

See the yFiles FLEX Developer's Guide (Analysis and Layout Part) sections on Automatic Label Placement for a discussion of the yFiles label placement algorithms.



Classes
 ClassDescription
 AbstractLabelingAlgorithm This class is an abstract base class for labeling algorithms.
 GreedyMISLabeling This class places the labels of a graph using a greedy strategy.
 MISLabelingAlgorithm Solving labeling problem by reducing it to the maximum independent set problem.
 SALabeling 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.