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

Initializes a new instance of the LegendSelectorViewModel class.

Definition

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

Параметры

model  IChartModel
Модель диаграммы
legendsRegistry  IRegistryILegendFactory
Реестр фабрик создания легенды
factory  LegendEditorFactory
Фабрика создания редактора легенды
publisher  PropertyChangedPublisher
Публикатор изменения свойств моделей-представлений

См. также