Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapChart.AnnotationRepository Property

    Provides centralized access to all annotations present in a chart.

    Namespace: DevExpress.Snap.Core.API

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    AnnotationRepository AnnotationRepository { get; }

    Property Value

    Type Description
    AnnotationRepository

    A AnnotationRepository object specifying the annotation collection.

    Remarks

    Use the AnnotationRepository property to access all annotations present in a chart (i.e., annotations anchored to panes, series points, and the chart itself).

    To access annotations anchored to a chart only, use the SnapChart.Annotations property.

    To learn more, refer to the Annotations topic.

    See Also