Back to Devexpress

AnnotationRepositoryChange Enum

corelibraries-devexpress-dot-xtracharts-d502e044.md

latest1.3 KB
Original Source

AnnotationRepositoryChange Enum

Lists types of changes that a user can make to the annotation repository.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[RuntimeObject]
public enum AnnotationRepositoryChange
vb
<RuntimeObject>
Public Enum AnnotationRepositoryChange

Members

NameDescription
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.

|

The following properties accept/return AnnotationRepositoryChange values:

See Also

DevExpress.XtraCharts Namespace