Skip to main content
A newer version of this page is available.
All docs
V19.1

ChartControl.ChartAnnotations Property

Returns the collection of annotations within a chart.

Namespace: DevExpress.Xpf.Charts

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

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