[]
        
(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)
Parameters
Type Name Description
TrendLine tl

TrendLine to remove.

See Also