DefaultLegendViewModel - конструктор
Пространство имён: Tessa.UI.Views.Charting.LegendsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public DefaultLegendViewModel(
[NotNullAttribute] ILegendModel model,
PropertyBuilderFactory factory,
PropertyChangedPublisher publisher
)
Public Sub New (
<NotNullAttribute> model As ILegendModel,
factory As PropertyBuilderFactory,
publisher As PropertyChangedPublisher
)
public:
DefaultLegendViewModel(
[NotNullAttribute] ILegendModel^ model,
PropertyBuilderFactory^ factory,
PropertyChangedPublisher^ publisher
)
new :
[<NotNullAttribute>] model : ILegendModel *
factory : PropertyBuilderFactory *
publisher : PropertyChangedPublisher -> DefaultLegendViewModel
Параметры
- model ILegendModel
-
Модель
- factory PropertyBuilderFactory
-
Фабрика построителя свойств
- publisher PropertyChangedPublisher
-
The publisher.