FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 Assembly / C1.WPF.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 ObservableCollection(Of IAnnotationBase)
    public ObservableCollection<IAnnotationBase> Annotations {get;}
    See Also