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

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

Initializes a new instance of the ChartSeriesEditorViewModel class.

Пространство имён:  Tessa.UI.Views.Charting.Series
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public ChartSeriesEditorViewModel(
	[NotNullAttribute] IChartModel model,
	[NotNullAttribute] IRegistry<IChartSeriesFactory> seriesFactoryRegistry,
	[NotNullAttribute] IDialogService dialogService
)

Параметры

model
Тип: Tessa.UI.Views.Charting.ChartsIChartModel
Модель диаграммы
seriesFactoryRegistry
Тип: Tessa.UI.Views.ChartingIRegistryIChartSeriesFactory
Реестр фабрика создания рядов
dialogService
Тип: Tessa.UI.ControlsIDialogService
Сервис диалоговых окон
См. также