ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

TrendLinesCollection.CopyTo Method

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

[Visual Basic]

Public Sub CopyTo( _

ByVal array As TrendLine(), _

ByVal index As Integer _

)

[C#]

public void CopyTo(

TrendLine[] array,

int index

);

[Delphi]

public procedure CopyTo(

array: TrendLine();

index: Int32

);

Parameters

array

Array.

index

Index.

See Also

TrendLinesCollection Class | TrendLinesCollection Members | C1.Win.C1Chart Namespace | TrendLinesCollection Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.