AnnotationRepositoryChange Enum
Lists types of changes that a user can make to the annotation repository.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Members
Name | Description |
---|---|
Addition
|
A user adds an annotation. |
Deletion
|
A user deletes an annotation. |
Text
|
A user edits annotation text. |
Image
|
A user changes an annotation image. |
Related API Members
The following properties accept/return AnnotationRepositoryChange values:
See Also