ActiveReports Developer 7
RemoveAt Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Annotations Namespace > AnnotationsCollection Class : RemoveAt Method

index
The index of the Annotation to remove.

Glossary Item Box

Removes the specified annotation from the collection.

Syntax

Visual Basic (Declaration) 
Public Shadows Sub RemoveAt( _
   ByVal index As System.Integer _
) 
C# 
public new void RemoveAt( 
   System.int index
)

Parameters

index
The index of the Annotation to remove.

See Also