ActiveReports 12
RemoveAt Method (AnnotationsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart.Annotations Namespace > AnnotationsCollection Class : RemoveAt Method
The index of the Annotation to remove.
Removes the specified annotation from the collection.
Syntax
'Declaration
 
Public Shadows Sub RemoveAt( _
   ByVal index As Integer _
) 
public new void RemoveAt( 
   int index
)

Parameters

index
The index of the Annotation to remove.
See Also

Reference

AnnotationsCollection Class
AnnotationsCollection Members