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