ComponentOne FlexChart for WinForms
Annotations Property


C1.Win.Chart.Annotation Namespace > AnnotationLayer Class : Annotations Property
Gets the collection of annotation elements in the AnnotationLayer
Syntax
'Declaration
 
Public ReadOnly Property Annotations As ObservableCollection(Of IAnnotationBase)
'Usage
 
Dim instance As AnnotationLayer
Dim value As ObservableCollection(Of IAnnotationBase)
 
value = instance.Annotations
public ObservableCollection<IAnnotationBase> Annotations {get;}
See Also

Reference

AnnotationLayer Class
AnnotationLayer Members