Working with Formulas

Introduction

Chart data point value can be calculated based on a formula. Formulas can be specified for values, x-values, y-values, and bubble sizes. You can use formulas in the case when an Excel workbook is used as the data source.

Formulas

API Information

API Type Description Resource
/slides/{name}/slides/{shapeIndex}/shapes POST Create new shape. CreateShape

Examples

cURL Example

The code examples below show how to use the formula for calculating the value of the third data point on the first series. The formula looks like “SUM(B2:B3)”. It means the third data point value is the sum of the first two data point values.

SDK Examples

SDK Source

The Aspose for Cloud SDKs can be downloaded from the following page: Available SDKs