Removes the specified TrendLine from the collection.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public void Remove(
	TrendLine tl
)
Visual Basic
Public Sub Remove ( _
	tl As TrendLine _
)

Parameters

tl
Type: C1.Win.C1Chart..::..TrendLine
TrendLine to remove.

See Also