[]
        
(Showing Draft Content)

FarPoint.Web.Chart.PlotAreaCollection.CopyTo

CopyTo Method

CopyTo(PlotArea[], int)

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

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

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

int arrayIndex

Zero-based index in array at which copying begins.

Implements