[]
Copies the series in the collection to an array, starting at the specified array index.
public void CopyTo(BoxWhiskerSeries[] array, int arrayIndex)
Public Sub CopyTo(array As BoxWhiskerSeries(), arrayIndex As Integer)
Type | Name | Description |
---|---|---|
BoxWhiskerSeries[] | 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. |