[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LineSeriesCollection.Remove

Remove Method

Remove(LineSeries)

Removes the specified series from the collection.

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

Series to remove.

Returns
Type Description
bool

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

Implements