[]
        
(Showing Draft Content)

FarPoint.Win.Chart.AreaSeriesCollection.CopyTo

CopyTo Method

CopyTo(AreaSeries[], int)

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

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

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

int arrayIndex

Zero-based index in array at which copying begins.

Implements