[]
        
(Showing Draft Content)

FarPoint.Web.Chart.BarSeriesCollection.Remove

Remove Method

Remove(BarSeries)

Removes the specified series from the collection.

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

Series to remove.

Returns
Type Description
bool

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

Implements