[]
        
(Showing Draft Content)

FarPoint.Web.Chart.RadarValueAxisCollection.CopyTo

CopyTo Method

CopyTo(RadarValueAxis[], int)

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

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

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

int arrayIndex

Zero-based index in array at which copying begins.

Implements