[]
        
(Showing Draft Content)

FarPoint.Win.Chart.RadarValueAxisCollection.Remove

Remove Method

Remove(RadarValueAxis)

Removes the specified axis from the collection.

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

Axis to remove.

Returns
Type Description
bool

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

Implements