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

index

The index of the axis to remove.

Glossary Item Box

Removes the specified axis from the collection.

Syntax

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

Parameters

index

The index of the axis to remove.

See Also