ToolbarViewModel - конструктор |
Пространство имён:
Tessa.UI.Views.Charting.Charts
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: Tessa.UI.Views.Charting.ChartsIChartModel
Модель диаграммы
- seriesFactoryRegistry
- Тип: Tessa.UI.Views.ChartingIRegistryIChartSeriesFactory
Реестр фабрик создания рядов
- annotationFactoryRegistry
- Тип: Tessa.UI.Views.ChartingIRegistryIAnnotationFactory
Реестр фабрик создания аннотаций
- dialogService
- Тип: Tessa.UI.ControlsIDialogService
Сервис диалоговых окон
См. также