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

Initializes a new instance of the Chart2DViewModel class.

Definition

Пространство имён: Tessa.UI.Views.Charting.Charts
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
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  IChart2DModel
Модель диаграммы
component  IWorkplaceViewComponent
Модель данных
appearancesCache  AppearancesCache
Кэш описаний внешнего вида
axisesRegistry  IRegistryIAxisFactory
Реестр фабрик создания осей координат
seriesFactory  IRegistryIChartSeriesFactory
Реестр фабрик создания рядов
legendFactoryRegistry  IRegistryILegendFactory
Реестр фабрик создания легенды
behaviorFactoryRegistry  IRegistryIChartBehaviorFactory
Реестр фабрик создания поведений
annotationFactoryRegistry  IRegistryIAnnotationFactory
Реестр фабрик создания аннотаций
palettes  Palettes
Палитра

См. также