ActiveReports 12
RemoveAt Method (LabelsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > LabelsCollection Class : RemoveAt Method
The index of the label to remove.
Removes the label at the specified location from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
public void RemoveAt( 
   int index
)

Parameters

index
The index of the label to remove.
See Also

Reference

LabelsCollection Class
LabelsCollection Members