[]
        
(Showing Draft Content)

FarPoint.Win.Chart.SeriesCollection.Remove

Remove Method

Remove(Series)

Removes the specified series from the collection.

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

Series to remove.

Returns
Type Description
bool

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

Implements