Back to Devexpress

Diagram.Annotations Property

wpf-devexpress-dot-xpf-dot-charts-dot-diagram-4b2c86c2.md

latest1.2 KB
Original Source

Diagram.Annotations Property

Returns the collection of annotations within a diagram.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Browsable(false)]
public ObservableCollection<Annotation> Annotations { get; set; }
vb
<Browsable(False)>
Public Property Annotations As ObservableCollection(Of Annotation)

Property Value

TypeDescription
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

Diagram Class

Diagram Members

DevExpress.Xpf.Charts Namespace