Skip to main content
A newer version of this page is available. .

Diagram.Annotations Property

Returns the collection of annotations within a diagram.

Namespace: DevExpress.Xpf.Charts

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

Declaration

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

Property Value

Type Description
ObservableCollection<Annotation>

An observable collections of annotations.

Remarks

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

See Also