SnapChart.AnnotationRepository Property
In This Article
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 |
---|---|
Annotation |
A Annotation |
#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