[]
        
(Showing Draft Content)

FarPoint.Web.Chart.BarSeriesCollection.CopyTo

CopyTo Method

CopyTo(BarSeries[], int)

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

Declaration
public void CopyTo(BarSeries[] array, int arrayIndex)
Public Sub CopyTo(array As BarSeries(), arrayIndex As Integer)
Parameters
Type Name Description
BarSeries[] 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