The collection that stores the Annotation objects.
Namespace:DevExpress.Xpf.Charts
Assembly:DevExpress.Xpf.Charts.v18.2.dll

Syntax
C# |
public class AnnotationCollection : ChartElementCollection<Annotation>
|
VB |
Public Class AnnotationCollection Inherits ChartElementCollection(of Annotation)
|

Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<DevExpress.Xpf.Charts.Annotation>
System.Collections.ObjectModel.ObservableCollection<DevExpress.Xpf.Charts.Annotation>
ChartDependencyObjectCollection<Annotation>
ChartElementCollection<Annotation>
AnnotationCollection

See Also