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

AbstractChartSeriesFactoryInitializeData - метод

Инициализирует данные ряда диаграммы

Пространство имён:  Tessa.UI.Views.Charting.Series
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
protected virtual void InitializeData(
	[NotNullAttribute] IChartModel chartModel,
	[NotNullAttribute] IChartSeries model,
	[NotNullAttribute] DataGroup data,
	[NotNullAttribute] ChartSeriesBase series
)

Параметры

chartModel
Тип: Tessa.UI.Views.Charting.ChartsIChartModel
model
Тип: Tessa.UI.Views.Charting.SeriesIChartSeries
Модель ряда
data
Тип: Tessa.UI.Views.Charting.DataDataGroup
Данные ряда
series
Тип: ChartSeriesBase
Отображаемый ряд
См. также