ChartSeriesEditorViewModel - конструктор
Пространство имён: Tessa.UI.Views.Charting.SeriesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public ChartSeriesEditorViewModel(
[NotNullAttribute] IChartModel model,
[NotNullAttribute] IRegistry<IChartSeriesFactory> seriesFactoryRegistry,
[NotNullAttribute] IDialogService dialogService
)
Public Sub New (
<NotNullAttribute> model As IChartModel,
<NotNullAttribute> seriesFactoryRegistry As IRegistry(Of IChartSeriesFactory),
<NotNullAttribute> dialogService As IDialogService
)
public:
ChartSeriesEditorViewModel(
[NotNullAttribute] IChartModel^ model,
[NotNullAttribute] IRegistry<IChartSeriesFactory^>^ seriesFactoryRegistry,
[NotNullAttribute] IDialogService^ dialogService
)
new :
[<NotNullAttribute>] model : IChartModel *
[<NotNullAttribute>] seriesFactoryRegistry : IRegistry<IChartSeriesFactory> *
[<NotNullAttribute>] dialogService : IDialogService -> ChartSeriesEditorViewModel
Параметры
- model IChartModel
-
Модель диаграммы
- seriesFactoryRegistry IRegistryIChartSeriesFactory
-
Реестр фабрика создания рядов
- dialogService IDialogService
-
Сервис диалоговых окон