Skip to main content
All docs
V20.1

ChartControl.ChartAnnotations Property

Returns the collection of annotations within a chart.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public ObservableCollection<Annotation> ChartAnnotations { get; }

Property Value

Type Description
ObservableCollection<Annotation>

A observable collection of Annotation objects.

Remarks

This property is hidden and intended for internal use only. Normally you don’t need to use it.

See Also