ActiveReports 12
Remove Method (AxesCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > AxesCollection Class : Remove Method
The axis to remove.
Removes the specified axis from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As AxisBase _
) 
public void Remove( 
   AxisBase value
)

Parameters

value
The axis to remove.
See Also

Reference

AxesCollection Class
AxesCollection Members