IAnnotationFactoryCreateAnnotation - метод |
Создает аннотацию из модели model
Пространство имён:
Tessa.UI.Views.Charting.Annotations
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [NotNullAttribute]
Annotation CreateAnnotation(
[NotNullAttribute] IAnnotationModel model,
[NotNullAttribute] IChartContext context
)
<NotNullAttribute>
Function CreateAnnotation (
<NotNullAttribute> model As IAnnotationModel,
<NotNullAttribute> context As IChartContext
) As Annotation
[NotNullAttribute]
Annotation^ CreateAnnotation(
[NotNullAttribute] IAnnotationModel^ model,
[NotNullAttribute] IChartContext^ context
)
[<NotNullAttribute>]
abstract CreateAnnotation :
[<NotNullAttribute>] model : IAnnotationModel *
[<NotNullAttribute>] context : IChartContext -> Annotation
Параметры
- model
- Тип: Tessa.UI.Views.Charting.AnnotationsIAnnotationModel
Модель настроек аннотации
- context
- Тип: Tessa.UI.Views.ChartingIChartContext
Контекст формирования диаграммы
Возвращаемое значение
Тип:
Annotation
Отображаемый объект аннотации
См. также