ActiveReports 12
Add Method (AnnotationsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart.Annotations Namespace > AnnotationsCollection Class : Add Method
The annotation to add.
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

Reference

AnnotationsCollection Class
AnnotationsCollection Members