AnnotationEditorViewModelFactory - делегат

Делегат фабрики создания редактора настроек аннотаций

Definition

Пространство имён: Tessa.UI.Views.Charting.Annotations
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
[NotNullAttribute]
public delegate AnnotationEditorViewModel AnnotationEditorViewModelFactory(
	[NotNullAttribute] IChartModel model
)

Параметры

model  IChartModel
Модель диаграммы

Возвращаемое значение

AnnotationEditorViewModel
Модель-представление редактора настроек аннотаций диаграммы

См. также