Represents an observable collection of Annotation objects.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public class AnnotationsCollection : ObservableCollection<Annotation> |
Visual Basic Copy Code |
---|
Public Class AnnotationsCollection |
This class is used internally by the control and is not intended to be called from your code.
System.Object
System.Collections.ObjectModel.Collection(Annotation)
System.Collections.ObjectModel.ObservableCollection(Annotation)
MindFusion.Charting.Wpf.AnnotationsCollection