Skip to main content
A newer version of this page is available. .

BootstrapChartSeriesCollectionBase.CopyTo(BootstrapChartCommonSeriesBase[], Int32) Method

Copies the items from the chart series collection to the specified array, starting at the specified index in the array object.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

public void CopyTo(
    BootstrapChartCommonSeriesBase[] array,
    int index
)

Parameters

Name Type Description
array BootstrapChartCommonSeriesBase[]

A zero-based BootstrapChartCommonSeriesBase array that receives the copied items from the BootstrapChartSeriesCollectionBase collection.

index Int32

The first position in the specified BootstrapChartCommonSeriesBase array to receive the copied contents.

See Also