DoughnutSeriesViewModel - конструктор

Initializes a new instance of the DoughnutSeriesViewModel class. Initializes a new instance of the CircularSeriesViewModelTModel class. Initializes a new instance of the AccumulationSeriesViewModelTModel class. Initializes a new instance of the ChartSeriesViewModelTModel class. Initializes a new instance of the PropertyContainerTModel class.

Definition

Пространство имён: Tessa.UI.Views.Charting.Series
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public DoughnutSeriesViewModel(
	[NotNullAttribute] DoughnutSeries model,
	[NotNullAttribute] IChartModel chartModel,
	[NotNullAttribute] PropertyBuilderFactory propertyBuilderFactory,
	[NotNullAttribute] PropertyChangedPublisher publisher
)

Параметры

model  DoughnutSeries
Модель ряда диаграммы
chartModel  IChartModel
Модель диаграммы
propertyBuilderFactory  PropertyBuilderFactory
Фабрика создания построителя свойств
publisher  PropertyChangedPublisher
Публикатор уведомлений об изменении свойств

См. также