ActiveReports.Chart Request technical support
Remove Method
See Also 


value
The axis to remove.
Removes the specified axis from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal value As AxisBase _
) 
Visual Basic (Usage)Copy Code
Dim instance As AxesCollection
Dim value As AxisBase
 
instance.Remove(value)
C# 
public void Remove( 
   AxisBase value
)

Parameters

value
The axis to remove.

See Also