ChartControl.Annotations Property
In This Article
Returns the collection of annotations contained by the chart.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public AnnotationCollection Annotations { get; }
#Property Value
Type | Description |
---|---|
Annotation |
The collection of the Annotation objects. |
See Also