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

Инициализирует новый экземпляр класса AnnotationChartStructureItem

Definition

Пространство имён: Tessa.UI.Views.Charting.Charts.ChartStructure
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public AnnotationChartStructureItem(
	[NotNullAttribute] IChartEditorContext context,
	[NotNullAttribute] IAnnotationModel annotationModel,
	[NotNullAttribute] ICommand deleteCommand,
	[NotNullAttribute] IRegistry<IAnnotationFactory> annotationFactoriesRegistry,
	[NotNullAttribute] ChartsViewModel chartsViewModel
)

Параметры

context  IChartEditorContext
 
annotationModel  IAnnotationModel
 
deleteCommand  ICommand
 
annotationFactoriesRegistry  IRegistryIAnnotationFactory
 
chartsViewModel  ChartsViewModel
 

См. также