Copies the collection of TrendLines beginning with the specified index to the specified array of TrendLinesCollection objects.

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

Syntax

C#
public void CopyTo(
	TrendLine[] array,
	int index
)
Visual Basic
Public Sub CopyTo ( _
	array As TrendLine(), _
	index As Integer _
)

Parameters

array
Type: array<C1.Win.C1Chart..::..TrendLine>[]()[][]
Array.
index
Type: System..::..Int32
Index.

See Also