[]
        
(Showing Draft Content)

FarPoint.Win.Chart.PolarRadiusAxisCollection.Remove

Remove Method

Remove(PolarRadiusAxis)

Removes the specified axis from the collection.

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

Axis to remove.

Returns
Type Description
bool

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

Implements