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

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

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

Пространство имён:  Tessa.UI.Views.Charting.Axises
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public ScaleBreakStructureItem(
	[NotNullAttribute] IChartEditorContext context,
	[NotNullAttribute] IScaleBreakModel scaleBreakModel,
	[NotNullAttribute] INumericalAxisModel axisModel,
	[NotNullAttribute] ScaleBreakEditorFactoryDelegate editorFactoryDelegate,
	[NotNullAttribute] ICommand deleteCommand,
	[NotNullAttribute] ChartsViewModel chartsViewModel
)

Параметры

context
Тип: Tessa.UI.Views.Charting.ChartsIChartEditorContext
scaleBreakModel
Тип: Tessa.UI.Views.Charting.AxisesIScaleBreakModel
axisModel
Тип: Tessa.UI.Views.Charting.AxisesINumericalAxisModel
editorFactoryDelegate
Тип: Tessa.UI.Views.Charting.AxisesScaleBreakEditorFactoryDelegate
deleteCommand
Тип: System.Windows.InputICommand
chartsViewModel
Тип: Tessa.UI.Views.Charting.ChartsChartsViewModel
См. также