CopyTo()
ChartSeriesCollection::CopyTo(System::ArrayPtr<System::SharedPtr<IChartSeries>>, int32_t) method
Copies all elements from the collection into the specified array.
void Aspose::Slides::Charts::ChartSeriesCollection::CopyTo(System::ArrayPtr<System::SharedPtr<IChartSeries>> array, int32_t index) override
Arguments
| Parameter | Type | Description |
|---|---|---|
| array | System::ArrayPtr<System::SharedPtr<IChartSeries>> | Array to fill. |
| index | int32_t | Starting position in target array. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IChartSeries
- Class ChartSeriesCollection
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides