[]
        
(Showing Draft Content)

FarPoint.Web.Chart.PointSeriesCollection.Remove

Remove Method

Remove(PointSeries)

Removes the specified series from the collection.

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

Series to remove.

Returns
Type Description
bool

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

Implements