ChartStructureViewModel - конструктор |
Пространство имён:
Tessa.UI.Views.Charting.Charts.ChartStructure
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public ChartStructureViewModel(
[NotNullAttribute] IChartEditorContext context,
[NotNullAttribute] ITopLevelChartStructureItem[] items
)
Public Sub New (
<NotNullAttribute> context As IChartEditorContext,
<NotNullAttribute> items As ITopLevelChartStructureItem()
)
public:
ChartStructureViewModel(
[NotNullAttribute] IChartEditorContext^ context,
[NotNullAttribute] array<ITopLevelChartStructureItem^>^ items
)
new :
[<NotNullAttribute>] context : IChartEditorContext *
[<NotNullAttribute>] items : ITopLevelChartStructureItem[] -> ChartStructureViewModel
Параметры
- context
- Тип: Tessa.UI.Views.Charting.ChartsIChartEditorContext
- items
- Тип: Tessa.UI.Views.Charting.Charts.ChartStructureITopLevelChartStructureItem
См. также