[]
        
(Showing Draft Content)

FarPoint.Web.Chart.FillCollection.Remove

Remove Method

Remove(Fill)

Removes a fill from the collection.

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

Fill.

Returns
Type Description
bool

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

Implements