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

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

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

Пространство имён:  Tessa.UI.Views.Charting.Charts.ChartStructure
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public SeriesStructureItem(
	[NotNullAttribute] IChartEditorContext context,
	[NotNullAttribute] IChartSeries seriesModel,
	[NotNullAttribute] IRegistry<IChartSeriesFactory> seriesFactoriesRegistry,
	[NotNullAttribute] ICommand deleteCommand,
	[NotNullAttribute] SeriesCollectionStructureItem parent,
	[NotNullAttribute] ChartsViewModel chartsViewModel
)

Параметры

context
Тип: Tessa.UI.Views.Charting.ChartsIChartEditorContext
seriesModel
Тип: Tessa.UI.Views.Charting.SeriesIChartSeries
seriesFactoriesRegistry
Тип: Tessa.UI.Views.ChartingIRegistryIChartSeriesFactory
deleteCommand
Тип: System.Windows.InputICommand
parent
Тип: Tessa.UI.Views.Charting.Charts.ChartStructureSeriesCollectionStructureItem
chartsViewModel
Тип: Tessa.UI.Views.Charting.ChartsChartsViewModel
См. также