SecondaryAxisStructureItem - конструктор |
Пространство имён:
Tessa.UI.Views.Charting.Charts.ChartStructure
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public SecondaryAxisStructureItem(
[NotNullAttribute] IChartEditorContext context,
[NotNullAttribute] IChart2DModel model,
[NotNullAttribute] AxisEditorFactory axisEditorFactory,
[NotNullAttribute] StripLineStructureItemFactory stripLineFactory,
[NotNullAttribute] ScaleBreakStructureItemFactory scaleBreakFactory,
[NotNullAttribute] IDialogService dialogService,
[NotNullAttribute] ChartsViewModel chartsViewModel
)
Public Sub New (
<NotNullAttribute> context As IChartEditorContext,
<NotNullAttribute> model As IChart2DModel,
<NotNullAttribute> axisEditorFactory As AxisEditorFactory,
<NotNullAttribute> stripLineFactory As StripLineStructureItemFactory,
<NotNullAttribute> scaleBreakFactory As ScaleBreakStructureItemFactory,
<NotNullAttribute> dialogService As IDialogService,
<NotNullAttribute> chartsViewModel As ChartsViewModel
)
public:
SecondaryAxisStructureItem(
[NotNullAttribute] IChartEditorContext^ context,
[NotNullAttribute] IChart2DModel^ model,
[NotNullAttribute] AxisEditorFactory^ axisEditorFactory,
[NotNullAttribute] StripLineStructureItemFactory^ stripLineFactory,
[NotNullAttribute] ScaleBreakStructureItemFactory^ scaleBreakFactory,
[NotNullAttribute] IDialogService^ dialogService,
[NotNullAttribute] ChartsViewModel^ chartsViewModel
)
new :
[<NotNullAttribute>] context : IChartEditorContext *
[<NotNullAttribute>] model : IChart2DModel *
[<NotNullAttribute>] axisEditorFactory : AxisEditorFactory *
[<NotNullAttribute>] stripLineFactory : StripLineStructureItemFactory *
[<NotNullAttribute>] scaleBreakFactory : ScaleBreakStructureItemFactory *
[<NotNullAttribute>] dialogService : IDialogService *
[<NotNullAttribute>] chartsViewModel : ChartsViewModel -> SecondaryAxisStructureItem
Параметры
- context
- Тип: Tessa.UI.Views.Charting.ChartsIChartEditorContext
- model
- Тип: Tessa.UI.Views.Charting.ChartsIChart2DModel
- axisEditorFactory
- Тип: Tessa.UI.Views.Charting.AxisesAxisEditorFactory
- stripLineFactory
- Тип: Tessa.UI.Views.Charting.Charts.ChartStructureStripLineStructureItemFactory
- scaleBreakFactory
- Тип: Tessa.UI.Views.Charting.AxisesScaleBreakStructureItemFactory
- dialogService
- Тип: Tessa.UI.ControlsIDialogService
- chartsViewModel
- Тип: Tessa.UI.Views.Charting.ChartsChartsViewModel
См. также