AnnotationInternalsAccessorInternalAddOrRemoveAnnotations - метод |
The internal add or remove annotations.
Пространство имён:
Tessa.UI.Views.Charting.Annotations
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public static void InternalAddOrRemoveAnnotations(
Object annotationManager,
Annotation annotation,
bool isRemoval
)
Public Shared Sub InternalAddOrRemoveAnnotations (
annotationManager As Object,
annotation As Annotation,
isRemoval As Boolean
)
public:
static void InternalAddOrRemoveAnnotations(
Object^ annotationManager,
Annotation^ annotation,
bool isRemoval
)
static member InternalAddOrRemoveAnnotations :
annotationManager : Object *
annotation : Annotation *
isRemoval : bool -> unit
Параметры
- annotationManager
- Тип: SystemObject
The annotation manager.
- annotation
- Тип: Annotation
The annotation.
- isRemoval
- Тип: SystemBoolean
The is removal.
См. также