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

value
The axis to remove.

Glossary Item Box

Removes the specified axis from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal value As AxisBase _
) 
C# 
public void Remove( 
   AxisBase value
)

Parameters

value
The axis to remove.

See Also