ActiveReports 12
RemoveAt Method (AxesCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > AxesCollection Class : RemoveAt Method

The index of the axis to remove.

Removes the specified axis from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
public void RemoveAt( 
   int index
)

Parameters

index

The index of the axis to remove.

Exceptions
ExceptionDescription
index is less than zero.-or-index is equal to or greater than System.Collections.CollectionBase.Count.
See Also

Reference

AxesCollection Class
AxesCollection Members