AreaSeriesViewModelFactory - делегат

Делегат создания модели-представление области

Definition

Пространство имён: Tessa.UI.Views.Charting.Series
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
[NotNullAttribute]
public delegate AreaSeriesViewModel AreaSeriesViewModelFactory(
	[NotNullAttribute] AreaSeries model
)

Параметры

model  AreaSeries
Модель ряда

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

AreaSeriesViewModel
Модель-представление области

См. также