[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LineCollection.Remove

Remove Method

Remove(Line)

Removes a line from the collection.

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

Line.

Returns
Type Description
bool

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

Implements