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