Back to Devexpress

XRChart.AnnotationRepository Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrchart-946f9b87.md

latest1.9 KB
Original Source

XRChart.AnnotationRepository Property

Provides centralized access to all annotations present in a chart.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatElements)]
public AnnotationRepository AnnotationRepository { get; }
vb
<SRCategory(ReportStringId.CatElements)>
Public ReadOnly Property AnnotationRepository As AnnotationRepository

Property Value

TypeDescription
AnnotationRepository

An AnnotationRepository object, representing the collection of annotations.

|

Remarks

Use the AnnotationRepository property, for centralized access to all annotations present in a chart (both annotations of panes, series points, and the chart itself).

To access a chart’s annotations only, use the XRChart.Annotations property.

To learn more, refer to Annotations.

See Also

Annotations

XRChart Class

XRChart Members

DevExpress.XtraReports.UI Namespace