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

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

Initializes a new instance of the LegendEditorViewModel class.

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

Параметры

model
Тип: Tessa.UI.Views.Charting.LegendsILegendModel
Модель легенды
setter
Тип: SystemActionILegendModel
Метод установки модели легенды при изменении модели
legendsRegistry
Тип: Tessa.UI.Views.ChartingIRegistryILegendFactory
Список фабрик создания легенд
См. также