MindFusion.Wpf Pack Programmer's Guide
AnnotationsCollection Class
Remarks See Also
 





Represents an observable collection of Annotation objects.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public class AnnotationsCollection : ObservableCollection<Annotation>

Visual Basic  Copy Code

Public Class AnnotationsCollection
    Inherits ObservableCollection(Of Annotation)

 Remarks

This class is used internally by the control and is not intended to be called from your code.

 Inheritance Hierarchy

System.Object
    System.Collections.ObjectModel.Collection(Annotation)
        System.Collections.ObjectModel.ObservableCollection(Annotation)
            MindFusion.Charting.Wpf.AnnotationsCollection

 See Also

AnnotationsCollection Members
MindFusion.Charting.Wpf Namespace