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

ChartControl.DiagramAnnotations Property

Provide access to the collection of annotations within a chart diagram.

Namespace: DevExpress.Xpf.Charts

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

Declaration

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

Property Value

Type Description
ObservableCollection<Annotation>

The observable collection represents the annotations contained in the chart diagram.

Remarks

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

See Also