Back to Devexpress

XRChart.Annotations Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrchart-9f8f3aa2.md

latest1.7 KB
Original Source

XRChart.Annotations Property

Provides access to the chart’s collection of annotations.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

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

Property Value

TypeDescription
AnnotationCollection

An AnnotationCollection object, representing the chart’s collection of annotations.

|

Remarks

Use the Annotations property, to access a chart’s annotations.

For centralized access to all annotations present in a chart, use the XRChart.AnnotationRepository property.

To learn more, refer to Annotations.

See Also

AnnotationRepository

XRChart Class

XRChart Members

DevExpress.XtraReports.UI Namespace