CopyTo()

ChartDataPointCollection::CopyTo(System::ArrayPtr<System::SharedPtr<IChartDataPoint>>, int32_t) method

Copy to specified array.

void Aspose::Slides::Charts::ChartDataPointCollection::CopyTo(System::ArrayPtr<System::SharedPtr<IChartDataPoint>> array, int32_t arrayIndex) override

Arguments

ParameterTypeDescription
arraySystem::ArrayPtr<System::SharedPtr<IChartDataPoint>>Array to copy to.
arrayIndexint32_tIndex to begin copying.

See Also