[]
        
(Showing Draft Content)

FarPoint.Web.Chart.BoxWhiskerSeriesCollection.Remove

Remove Method

Remove(BoxWhiskerSeries)

Removes the specified series from the collection.

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

Series to remove.

Returns
Type Description
bool

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

Implements