Back to Devexpress

ChartControl.Annotations Property

wpf-devexpress-dot-xpf-dot-charts-dot-chartcontrol-a8564ab6.md

latest1.1 KB
Original Source

ChartControl.Annotations Property

Returns the collection of annotations contained by the chart.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public AnnotationCollection Annotations { get; }
vb
Public ReadOnly Property Annotations As AnnotationCollection

Property Value

TypeDescription
AnnotationCollection

The collection of the Annotation objects.

|

See Also

ChartControl Class

ChartControl Members

DevExpress.Xpf.Charts Namespace