FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart.Annotation Namespace / AnnotationLayer Class / Annotations Property

In This Topic
    Annotations Property (AnnotationLayer)
    In This Topic
    Gets the collection of annotation elements in the AnnotationLayer
    Syntax
    'Declaration
     
    Public ReadOnly Property Annotations As System.Collections.ObjectModel.ObservableCollection(Of IAnnotationBase)
    public System.Collections.ObjectModel.ObservableCollection<IAnnotationBase> Annotations {get;}
    See Also