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

Initializes a new instance of the ChartsViewModel class.

Definition

Пространство имён: Tessa.UI.Views.Charting.Charts
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public ChartsViewModel(
	[NotNullAttribute] IChart2DModel model,
	[NotNullAttribute] Chart2DViewModelFactory factory,
	[NotNullAttribute] IWorkplaceViewComponent component
)

Параметры

model  IChart2DModel
Модель диаграммы
factory  Chart2DViewModelFactory
Фабрика создания модели-представления диаграммы
component  IWorkplaceViewComponent
Компонент предоставляющий данные

См. также