[]
        
(Showing Draft Content)

FarPoint.Web.Chart.BevelCollection.Remove

Remove Method

Remove(Bevel)

Removes a bevel from the collection.

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

Bevel.

Returns
Type Description
bool

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

Implements