AnnotationChartStructureItem - конструктор
Пространство имён: Tessa.UI.Views.Charting.Charts.ChartStructureСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public AnnotationChartStructureItem(
[NotNullAttribute] IChartEditorContext context,
[NotNullAttribute] IAnnotationModel annotationModel,
[NotNullAttribute] ICommand deleteCommand,
[NotNullAttribute] IRegistry<IAnnotationFactory> annotationFactoriesRegistry,
[NotNullAttribute] ChartsViewModel chartsViewModel
)
Public Sub New (
<NotNullAttribute> context As IChartEditorContext,
<NotNullAttribute> annotationModel As IAnnotationModel,
<NotNullAttribute> deleteCommand As ICommand,
<NotNullAttribute> annotationFactoriesRegistry As IRegistry(Of IAnnotationFactory),
<NotNullAttribute> chartsViewModel As ChartsViewModel
)
public:
AnnotationChartStructureItem(
[NotNullAttribute] IChartEditorContext^ context,
[NotNullAttribute] IAnnotationModel^ annotationModel,
[NotNullAttribute] ICommand^ deleteCommand,
[NotNullAttribute] IRegistry<IAnnotationFactory^>^ annotationFactoriesRegistry,
[NotNullAttribute] ChartsViewModel^ chartsViewModel
)
new :
[<NotNullAttribute>] context : IChartEditorContext *
[<NotNullAttribute>] annotationModel : IAnnotationModel *
[<NotNullAttribute>] deleteCommand : ICommand *
[<NotNullAttribute>] annotationFactoriesRegistry : IRegistry<IAnnotationFactory> *
[<NotNullAttribute>] chartsViewModel : ChartsViewModel -> AnnotationChartStructureItem
Параметры
- context IChartEditorContext
-
- annotationModel IAnnotationModel
-
- deleteCommand ICommand
-
- annotationFactoriesRegistry IRegistryIAnnotationFactory
-
- chartsViewModel ChartsViewModel
-