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

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

Definition

Пространство имён: Tessa.UI.Views.Charting.Charts.ChartStructure
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public PrimaryAxisStructureItem(
	[NotNullAttribute] IChartEditorContext context,
	[NotNullAttribute] IChart2DModel model,
	[NotNullAttribute] AxisEditorFactory axisEditorFactory,
	[NotNullAttribute] StripLineStructureItemFactory stripLineFactory,
	[NotNullAttribute] ScaleBreakStructureItemFactory scaleBreakFactory,
	[NotNullAttribute] IDialogService dialogService,
	[NotNullAttribute] ChartsViewModel chartsViewModel
)

Параметры

context  IChartEditorContext
 
model  IChart2DModel
 
axisEditorFactory  AxisEditorFactory
 
stripLineFactory  StripLineStructureItemFactory
 
scaleBreakFactory  ScaleBreakStructureItemFactory
 
dialogService  IDialogService
 
chartsViewModel  ChartsViewModel
 

См. также