ChartLegendStructureItem - конструктор
Пространство имён: Tessa.UI.Views.Charting.Charts.ChartStructureСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public ChartLegendStructureItem(
[NotNullAttribute] IChartEditorContext context,
[NotNullAttribute] LegendSelectorViewModel legendSelectorViewModel,
[NotNullAttribute] ChartsViewModel chartsViewModel
)
Public Sub New (
<NotNullAttribute> context As IChartEditorContext,
<NotNullAttribute> legendSelectorViewModel As LegendSelectorViewModel,
<NotNullAttribute> chartsViewModel As ChartsViewModel
)
public:
ChartLegendStructureItem(
[NotNullAttribute] IChartEditorContext^ context,
[NotNullAttribute] LegendSelectorViewModel^ legendSelectorViewModel,
[NotNullAttribute] ChartsViewModel^ chartsViewModel
)
new :
[<NotNullAttribute>] context : IChartEditorContext *
[<NotNullAttribute>] legendSelectorViewModel : LegendSelectorViewModel *
[<NotNullAttribute>] chartsViewModel : ChartsViewModel -> ChartLegendStructureItem
Параметры
- context IChartEditorContext
-
- legendSelectorViewModel LegendSelectorViewModel
-
- chartsViewModel ChartsViewModel
-