ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Series Class / Annotations Property

In This Topic
    Annotations Property (Series)
    In This Topic
    Returns the collection of Annotations which is used with the Series.
    Syntax
    'Declaration
     
    Public ReadOnly Property Annotations As AnnotationsCollection
    public AnnotationsCollection Annotations {get;}
    See Also