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

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

Definition

Пространство имён: Tessa.UI.Views.Charting.Charts.ChartStructure
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public StripLineStructureItem(
	[NotNullAttribute] IChartEditorContext context,
	[NotNullAttribute] IStripLineModel stripLineModel,
	[NotNullAttribute] StripLineEditorFactoryDelegate editorFactoryDelegate,
	[NotNullAttribute] ICommand deleteCommand,
	[NotNullAttribute] ChartsViewModel chartsViewModel
)

Параметры

context  IChartEditorContext
 
stripLineModel  IStripLineModel
 
editorFactoryDelegate  StripLineEditorFactoryDelegate
 
deleteCommand  ICommand
 
chartsViewModel  ChartsViewModel
 

См. также