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