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
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