LegendSelectorViewModel - конструктор
Пространство имён: Tessa.UI.Views.Charting.LegendsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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 IChartModel
-
Модель диаграммы
- legendsRegistry IRegistryILegendFactory
-
Реестр фабрик создания легенды
- factory LegendEditorFactory
-
Фабрика создания редактора легенды
- publisher PropertyChangedPublisher
-
Публикатор изменения свойств моделей-представлений