Diagram.Annotations Property
Returns the collection of annotations within a diagram.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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