[]
        
(Showing Draft Content)

C1.Win.C1Chart.TrendLinesCollection.CopyTo

CopyTo Method

CopyTo(TrendLine[], int)

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

Declaration
public void CopyTo(TrendLine[] array, int index)
Parameters
Type Name Description
TrendLine[] array

Array.

int index

Index.

See Also