LegendEditorViewModel - конструктор

Initializes a new instance of the LegendEditorViewModel class.

Definition

Пространство имён: Tessa.UI.Views.Charting.Legends
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public LegendEditorViewModel(
	[NotNullAttribute] ILegendModel model,
	[NotNullAttribute] Action<ILegendModel> setter,
	[NotNullAttribute] IRegistry<ILegendFactory> legendsRegistry
)

Параметры

model  ILegendModel
Модель легенды
setter  ActionILegendModel
Метод установки модели легенды при изменении модели
legendsRegistry  IRegistryILegendFactory
Список фабрик создания легенд

См. также