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

Pane.Annotations Property

Returns the collection of annotations within a pane.

Namespace: DevExpress.Xpf.Charts

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

Declaration

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

Property Value

Type Description
ReadOnlyObservableCollection<Annotation>

The observable read-only collection represents the annotations contained in the pane.

See Also