AnnotationStructureItemFactory - делегат

Делегат фабрики создания элемента структуры диаграммы - аннотации

Definition

Пространство имён: Tessa.UI.Views.Charting.Charts.ChartStructure
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
[NotNullAttribute]
public delegate AnnotationChartStructureItem AnnotationStructureItemFactory(
	[NotNullAttribute] IAnnotationModel annotationModel,
	[NotNullAttribute] ICommand deleteCommand
)

Параметры

annotationModel  IAnnotationModel
Модель аннотации
deleteCommand  ICommand
Команда удаления аннотации

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

AnnotationChartStructureItem
Элемент структуры диаграммы - аннотация

См. также