An interface that can be used to retrieve ILabelCandidateDescriptor instances for a given combination of ILabels and parameter candidates.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public interface ILabelCandidateDescriptorProvider
Visual Basic
Public Interface ILabelCandidateDescriptorProvider

Remarks

This interface can be used by automatic labeling algorithms to help decide which labels candidate positions should be used.

See Also