LineAnnotationFactoryBaseInitializeCommonProperties - метод |
Осуществляет инициализацию общий свойств аннотации
Пространство имён:
Tessa.UI.Views.Charting.Annotations
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис protected override void InitializeCommonProperties(
AppearancesCache appearancesCache,
Annotation annotation,
IAnnotationModel model,
IChartContext context
)
Protected Overrides Sub InitializeCommonProperties (
appearancesCache As AppearancesCache,
annotation As Annotation,
model As IAnnotationModel,
context As IChartContext
)
protected:
virtual void InitializeCommonProperties(
AppearancesCache^ appearancesCache,
Annotation^ annotation,
IAnnotationModel^ model,
IChartContext^ context
) override
abstract InitializeCommonProperties :
appearancesCache : AppearancesCache *
annotation : Annotation *
model : IAnnotationModel *
context : IChartContext -> unit
override InitializeCommonProperties :
appearancesCache : AppearancesCache *
annotation : Annotation *
model : IAnnotationModel *
context : IChartContext -> unit
Параметры
- appearancesCache
- Тип: Tessa.UI.Views.AppearancesAppearancesCache
Кэш описаний внешних видов - annotation
- Тип: Annotation
Объект диаграммы аннотация - model
- Тип: Tessa.UI.Views.Charting.AnnotationsIAnnotationModel
Модель настроек аннотации - context
- Тип: Tessa.UI.Views.ChartingIChartContext
Контекст формирования диаграммы
См. также