[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LabelAreaCollection.CopyTo

CopyTo Method

CopyTo(LabelArea[], int)

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

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

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

int arrayIndex

Zero-based index in array at which copying begins.

Implements