AnnotationFactoryInitializeCommonProperties - метод

Осуществляет инициализацию общий свойств аннотации

Definition

Пространство имён: Tessa.UI.Views.Charting.Annotations
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
protected virtual void InitializeCommonProperties(
	[NotNullAttribute] AppearancesCache appearancesCache,
	[NotNullAttribute] Annotation annotation,
	[NotNullAttribute] IAnnotationModel model,
	[NotNullAttribute] IChartContext context
)

Параметры

appearancesCache  AppearancesCache
Кэш описаний внешних видов
annotation  Annotation
Объект диаграммы аннотация
model  IAnnotationModel
Модель настроек аннотации
context  IChartContext
Контекст формирования диаграммы

См. также