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