StackingBarSeriesFactoryCreate(IChartSeries) - метод

Создает и возвращает модель-представление объекта

Definition

Пространство имён: Tessa.UI.Views.Charting.Series
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public override IChartSeriesViewModel Create(
	IChartSeries model
)

Параметры

model  IChartSeries
Модель серии

Возвращаемое значение

IChartSeriesViewModel
Модель-представление для объекта типа ColumnSeries

Реализации

IViewModelFactoryTModel, TViewModelCreate(TModel)

Исключения

ExceptionA delegate callback throws an exception.

См. также