AnnotationCollectionChartStructureItem - конструктор
Пространство имён: Tessa.UI.Views.Charting.Charts.ChartStructureСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public AnnotationCollectionChartStructureItem(
[NotNullAttribute] IChartEditorContext context,
[NotNullAttribute] IChart2DModel model,
[NotNullAttribute] AnnotationStructureItemFactory annotationStructureItemFactory,
[NotNullAttribute] IRegistry<IAnnotationFactory> annotationFactoryRegistry,
[NotNullAttribute] IDialogService dialogService,
[NotNullAttribute] ChartsViewModel chartsViewModel
)
Public Sub New (
<NotNullAttribute> context As IChartEditorContext,
<NotNullAttribute> model As IChart2DModel,
<NotNullAttribute> annotationStructureItemFactory As AnnotationStructureItemFactory,
<NotNullAttribute> annotationFactoryRegistry As IRegistry(Of IAnnotationFactory),
<NotNullAttribute> dialogService As IDialogService,
<NotNullAttribute> chartsViewModel As ChartsViewModel
)
public:
AnnotationCollectionChartStructureItem(
[NotNullAttribute] IChartEditorContext^ context,
[NotNullAttribute] IChart2DModel^ model,
[NotNullAttribute] AnnotationStructureItemFactory^ annotationStructureItemFactory,
[NotNullAttribute] IRegistry<IAnnotationFactory^>^ annotationFactoryRegistry,
[NotNullAttribute] IDialogService^ dialogService,
[NotNullAttribute] ChartsViewModel^ chartsViewModel
)
new :
[<NotNullAttribute>] context : IChartEditorContext *
[<NotNullAttribute>] model : IChart2DModel *
[<NotNullAttribute>] annotationStructureItemFactory : AnnotationStructureItemFactory *
[<NotNullAttribute>] annotationFactoryRegistry : IRegistry<IAnnotationFactory> *
[<NotNullAttribute>] dialogService : IDialogService *
[<NotNullAttribute>] chartsViewModel : ChartsViewModel -> AnnotationCollectionChartStructureItem
Параметры
- context IChartEditorContext
-
- model IChart2DModel
-
- annotationStructureItemFactory AnnotationStructureItemFactory
-
- annotationFactoryRegistry IRegistryIAnnotationFactory
-
- dialogService IDialogService
-
- chartsViewModel ChartsViewModel
-