Skip to main content

Diagram.Annotations Property

Returns the collection of annotations within a diagram.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

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