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