Pane.Annotations Property
Returns the collection of annotations within a pane.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| ObservableCollection<Annotation> | The observable read-only collection represents the annotations contained in the pane. |
See Also