LegendSelectorViewModel - конструктор |
Пространство имён:
Tessa.UI.Views.Charting.Legends
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public LegendSelectorViewModel(
[NotNullAttribute] IChartModel model,
[NotNullAttribute] IRegistry<ILegendFactory> legendsRegistry,
[NotNullAttribute] LegendEditorFactory factory,
[NotNullAttribute] PropertyChangedPublisher publisher
)
Public Sub New (
<NotNullAttribute> model As IChartModel,
<NotNullAttribute> legendsRegistry As IRegistry(Of ILegendFactory),
<NotNullAttribute> factory As LegendEditorFactory,
<NotNullAttribute> publisher As PropertyChangedPublisher
)
public:
LegendSelectorViewModel(
[NotNullAttribute] IChartModel^ model,
[NotNullAttribute] IRegistry<ILegendFactory^>^ legendsRegistry,
[NotNullAttribute] LegendEditorFactory^ factory,
[NotNullAttribute] PropertyChangedPublisher^ publisher
)
new :
[<NotNullAttribute>] model : IChartModel *
[<NotNullAttribute>] legendsRegistry : IRegistry<ILegendFactory> *
[<NotNullAttribute>] factory : LegendEditorFactory *
[<NotNullAttribute>] publisher : PropertyChangedPublisher -> LegendSelectorViewModel
Параметры
- model
- Тип: Tessa.UI.Views.Charting.ChartsIChartModel
Модель диаграммы
- legendsRegistry
- Тип: Tessa.UI.Views.ChartingIRegistryILegendFactory
Реестр фабрик создания легенды
- factory
- Тип: Tessa.UI.Views.Charting.LegendsLegendEditorFactory
Фабрика создания редактора легенды
- publisher
- Тип: Tessa.UI.Views.Charting.PropertiesPropertyChangedPublisher
Публикатор изменения свойств моделей-представлений
См. также