ChartsViewModel - конструктор |
Пространство имён:
Tessa.UI.Views.Charting.Charts
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public ChartsViewModel(
[NotNullAttribute] IChart2DModel model,
[NotNullAttribute] Chart2DViewModelFactory factory,
[NotNullAttribute] IWorkplaceViewComponent component
)
Public Sub New (
<NotNullAttribute> model As IChart2DModel,
<NotNullAttribute> factory As Chart2DViewModelFactory,
<NotNullAttribute> component As IWorkplaceViewComponent
)
public:
ChartsViewModel(
[NotNullAttribute] IChart2DModel^ model,
[NotNullAttribute] Chart2DViewModelFactory^ factory,
[NotNullAttribute] IWorkplaceViewComponent^ component
)
new :
[<NotNullAttribute>] model : IChart2DModel *
[<NotNullAttribute>] factory : Chart2DViewModelFactory *
[<NotNullAttribute>] component : IWorkplaceViewComponent -> ChartsViewModel
Параметры
- model
- Тип: Tessa.UI.Views.Charting.ChartsIChart2DModel
Модель диаграммы - factory
- Тип: Tessa.UI.Views.Charting.ChartsChart2DViewModelFactory
Фабрика создания модели-представления диаграммы - component
- Тип: Tessa.UI.ViewsIWorkplaceViewComponent
Компонент предоставляющий данные
См. также