Skip to main content
All docs
V25.1
  • AnnotationRepositoryChange Enum

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

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.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