ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Annotations Namespace / AnnotationsCollection Class / Add Method
The annotation to add.

In This Topic
    Add Method (AnnotationsCollection)
    In This Topic
    Adds an Annotation to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal value As Annotation _
    ) As Integer
    public int Add( 
       Annotation value
    )

    Parameters

    value
    The annotation to add.
    See Also