LinesSeriesViewModelFactory - делегат
Делегат создания модели-представление графика
Пространство имён: Tessa.UI.Views.Charting.SeriesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[NotNullAttribute]
public delegate LinesSeriesViewModel LinesSeriesViewModelFactory(
[NotNullAttribute] LinesSeries model
)
<NotNullAttribute>
Public Delegate Function LinesSeriesViewModelFactory (
<NotNullAttribute> model As LinesSeries
) As LinesSeriesViewModel
[NotNullAttribute]
public delegate LinesSeriesViewModel^ LinesSeriesViewModelFactory(
[NotNullAttribute] LinesSeries^ model
)
[<NotNullAttribute>]
type LinesSeriesViewModelFactory =
delegate of
[<NotNullAttribute>] model : LinesSeries -> LinesSeriesViewModel
- model LinesSeries
- Модель ряда
LinesSeriesViewModelМодель-представление графика