ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / AxesCollection Class / Remove Method
The axis to remove.

In This Topic
    Remove Method (AxesCollection)
    In This Topic
    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