[]
        
(Showing Draft Content)

FarPoint.Web.Chart.ValueAxisCollection.Remove

Remove Method

Remove(ValueAxis)

Removes the specified axis from the collection.

Declaration
public bool Remove(ValueAxis item)
Public Function Remove(item As ValueAxis) As Boolean
Parameters
Type Name Description
ValueAxis item

Axis to remove.

Returns
Type Description
bool

true if item was successfully removed from the collection; otherwise, false.

Implements