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

Initializes a new instance of the AnnotationEditorViewModel class.

Definition

Пространство имён: Tessa.UI.Views.Charting.Annotations
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public AnnotationEditorViewModel(
	[NotNullAttribute] IChartModel model,
	[NotNullAttribute] IRegistry<IAnnotationFactory> annotationFactoryRegistry,
	[NotNullAttribute] IDialogService dialogService
)

Параметры

model  IChartModel
Модель диаграммы
annotationFactoryRegistry  IRegistryIAnnotationFactory
Реестр фабрик создания аннотаций
dialogService  IDialogService
Сервис диалоговых окон

См. также