Для изменения размера нажмите или перетащите

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

Initializes a new instance of the Chart2DViewModel class.

Пространство имён:  Tessa.UI.Views.Charting.Charts
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public Chart2DViewModel(
	[NotNullAttribute] IChart2DModel model,
	[NotNullAttribute] IWorkplaceViewComponent component,
	[NotNullAttribute] AppearancesCache appearancesCache,
	[NotNullAttribute] IRegistry<IAxisFactory> axisesRegistry,
	[NotNullAttribute] IRegistry<IChartSeriesFactory> seriesFactory,
	[NotNullAttribute] IRegistry<ILegendFactory> legendFactoryRegistry,
	[NotNullAttribute] IRegistry<IChartBehaviorFactory> behaviorFactoryRegistry,
	[NotNullAttribute] IRegistry<IAnnotationFactory> annotationFactoryRegistry,
	[NotNullAttribute] Palettes palettes
)

Параметры

model
Тип: Tessa.UI.Views.Charting.ChartsIChart2DModel
Модель диаграммы
component
Тип: Tessa.UI.ViewsIWorkplaceViewComponent
Модель данных
appearancesCache
Тип: Tessa.UI.Views.AppearancesAppearancesCache
Кэш описаний внешнего вида
axisesRegistry
Тип: Tessa.UI.Views.ChartingIRegistryIAxisFactory
Реестр фабрик создания осей координат
seriesFactory
Тип: Tessa.UI.Views.ChartingIRegistryIChartSeriesFactory
Реестр фабрик создания рядов
legendFactoryRegistry
Тип: Tessa.UI.Views.ChartingIRegistryILegendFactory
Реестр фабрик создания легенды
behaviorFactoryRegistry
Тип: Tessa.UI.Views.ChartingIRegistryIChartBehaviorFactory
Реестр фабрик создания поведений
annotationFactoryRegistry
Тип: Tessa.UI.Views.ChartingIRegistryIAnnotationFactory
Реестр фабрик создания аннотаций
palettes
Тип: Tessa.UI.Views.Charting.PalettesPalettes
Палитра
См. также