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