Add Chart Datapoint
Introduction
Aspose.Slides Cloud allows you to add chart datapoints from a PowerPoint Presentation.
Aspose.Slides Cloud provides resources to achieve this. You can add a chart datapoint in the Presentation.
API |
Type |
Description |
Resource |
/slides/{name}/slides/{slideIndex}/shapes/{shapeIndex}/series/{seriesIndex}/dataPoints |
POST |
Add the chart datapoint |
CreateChartDataPoint |
cURL Example
The referenced shape must be a chart that supports adding individual datapoints (e.g. scatter or bubble chart), otherwise the operation will fail.
SDK Source
The Aspose for Cloud SDKs can be downloaded from the following page: Available SDKs
SDK Examples