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
Parameter | Type | Description |
---|---|---|
array | System::ArrayPtr<System::SharedPtr<IChartDataPoint>> | Array to copy to. |
arrayIndex | int32_t | Index to begin copying. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IChartDataPoint
- Class ChartDataPointCollection
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides