Represents an observable collection of Annotation objects.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public class AnnotationsCollection : ObservableCollection<Annotation> |
Visual Basic
![]() |
---|
Public Class AnnotationsCollection |
Add the Annotation-s for each BarSeries to this collection.
The following example creates an Annotation at position 10 that is a green point with label "Break" and adds it to the Annotations collection of the series.
C#
![]() |
---|
Annotation annotation1 = new Annotation(); |
Visual Basic
![]() |
---|
Dim annotation1 As Annotation = New Annotation |
System.Object
System.Collections.ObjectModel.Collection(Annotation)
System.Collections.ObjectModel.ObservableCollection(Annotation)
MindFusion.Charting.Silverlight.AnnotationsCollection