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

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