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

SnapChart.AnnotationRepository Property

Provides centralized access to all annotations present in a chart.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

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