LegendSelectorViewModelFactory - делегат |
Фабрика создания модели-представления редактора легенды диаграммы
Пространство имён:
Tessa.UI.Views.Charting.Legends
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [NotNullAttribute]
public delegate LegendSelectorViewModel LegendSelectorViewModelFactory(
[NotNullAttribute] IChartModel model
)
<NotNullAttribute>
Public Delegate Function LegendSelectorViewModelFactory (
<NotNullAttribute> model As IChartModel
) As LegendSelectorViewModel
[NotNullAttribute]
public delegate LegendSelectorViewModel^ LegendSelectorViewModelFactory(
[NotNullAttribute] IChartModel^ model
)
[<NotNullAttribute>]
type LegendSelectorViewModelFactory =
delegate of
[<NotNullAttribute>] model : IChartModel -> LegendSelectorViewModel
Параметры
- model
- Тип: Tessa.UI.Views.Charting.ChartsIChartModel
Модель диаграммы
Возвращаемое значение
Тип:
LegendSelectorViewModelМодель-представление редактора легенды диаграммы
См. также