Inserts the specified TrendLine in the collection at the specified index.

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

Syntax

C#
public void Insert(
	int index,
	TrendLine tl
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	tl As TrendLine _
)

Parameters

index
Type: System..::..Int32
Index.
tl
Type: C1.Win.C1Chart..::..TrendLine
TrendLine.

See Also