[]
        
(Showing Draft Content)

C1.Win.C1Chart.TrendLinesCollection.Remove

Remove Method

Remove(TrendLine)

Removes the specified TrendLine from the collection.

Declaration
public void Remove(TrendLine tl)
Public Sub Remove(tl As TrendLine)
Parameters
Type Name Description
TrendLine tl

TrendLine to remove.

See Also