Для изменения размера нажмите или перетащите

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

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

Пространство имён:  Tessa.UI.Views.Charting.Charts.ChartStructure
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
protected BaseAxisStructureItem(
	[NotNullAttribute] IChartEditorContext context,
	[NotNullAttribute] IChart2DModel model,
	[NotNullAttribute] AxisEditorFactory axisEditorFactory,
	[NotNullAttribute] StripLineStructureItemFactory stripLineFactory,
	[NotNullAttribute] ScaleBreakStructureItemFactory scaleBreakFactory,
	[NotNullAttribute] IDialogService dialogService,
	[NotNullAttribute] ChartsViewModel chartsViewModel,
	[NotNullAttribute] Func<IChart2DModel, IAxisModel> axisGetter,
	[NotNullAttribute] Action<IChart2DModel, IAxisModel> axisSetter
)

Параметры

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
axisGetter
Тип: SystemFuncIChart2DModel, IAxisModel
axisSetter
Тип: SystemActionIChart2DModel, IAxisModel
См. также