An implementation of IProfitModel that returns the profit of a label candidate for instances of ExtendedNodeLabelCandidate.

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

Syntax

C#
public class ExtendedLabelCandidateProfitModel : IProfitModel
Visual Basic
Public Class ExtendedLabelCandidateProfitModel _
	Implements IProfitModel

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Model..::..ExtendedLabelCandidateProfitModel

See Also