Для изменения размера нажмите или перетащите

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

Initializes a new instance of the LegendSelectorViewModel class.

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

Параметры

model
Тип: Tessa.UI.Views.Charting.ChartsIChartModel
Модель диаграммы
legendsRegistry
Тип: Tessa.UI.Views.ChartingIRegistryILegendFactory
Реестр фабрик создания легенды
factory
Тип: Tessa.UI.Views.Charting.LegendsLegendEditorFactory
Фабрика создания редактора легенды
publisher
Тип: Tessa.UI.Views.Charting.PropertiesPropertyChangedPublisher
Публикатор изменения свойств моделей-представлений
См. также