[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LineCollection.CopyTo

CopyTo Method

CopyTo(Line[], int)

Copies the lines in the collection to an array, starting at the specified array index.

Declaration
public void CopyTo(Line[] array, int arrayIndex)
Public Sub CopyTo(array As Line(), arrayIndex As Integer)
Parameters
Type Name Description
Line[] array

One-dimension array that is the destination of the lines copied from the collection.

int arrayIndex

Zero-based index in array at which copying begins.

Implements