Skip to main content
A newer version of this page is available. .

AnnotationRepositoryChange Enum

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[RuntimeObject]
public enum AnnotationRepositoryChange

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