Working with Excel Charts – Aspose.Cells Cloud Documentation

Working with Charts on an Excel file

Last updated: July 2026

Excel charts are visual representations of data that help users quickly understand trends and patterns.
The Aspose.Cells Cloud API enables developers to programmatically work with these charts inside Excel workbooks stored in the cloud. With the API you can retrieve existing charts, add new ones, modify their properties (such as titles, axes, and legends), delete unwanted charts, and convert charts to image formats for reporting or downstream processing. The following links provide direct access to the detailed operation pages for each supported chart‑related action.

Quick Reference

Operation HTTP Method Endpoint (template) Documentation
Get Chart GET /cells/{file}/worksheets/{sheet}/charts/{chartIndex} Get Chart from a Worksheet
Add Chart POST /cells/{file}/worksheets/{sheet}/charts Add a Chart in a Worksheet
Delete All Charts DELETE /cells/{file}/worksheets/{sheet}/charts Delete all Charts from a Worksheet
Delete Chart DELETE /cells/{file}/worksheets/{sheet}/charts/{chartIndex} Delete a Chart from a Worksheet
Convert Chart to Image GET /cells/{file}/worksheets/{sheet}/charts/{chartIndex}/image Convert Chart to Image
Get Chart Area GET /cells/{file}/worksheets/{sheet}/charts/{chartIndex}/area Get Chart Area from a Worksheet
Get Fill Format GET /cells/{file}/worksheets/{sheet}/charts/{chartIndex}/area/fillformat Get Fill Format of a Chart Area from a Worksheet
Get Legend GET /cells/{file}/worksheets/{sheet}/charts/{chartIndex}/legend Get Chart Legend from a Worksheet
Update Legend POST /cells/{file}/worksheets/{sheet}/charts/{chartIndex}/legend Update Chart Legend in a Worksheet
Show Legend POST /cells/{file}/worksheets/{sheet}/charts/{chartIndex}/legend/show Show Chart Legend in a Worksheet
Hide Legend POST /cells/{file}/worksheets/{sheet}/charts/{chartIndex}/legend/hide Hide Chart Legend in a Worksheet
Get Title GET /cells/{file}/worksheets/{sheet}/charts/{chartIndex}/title Get Chart Title From a Worksheet
Set Title POST /cells/{file}/worksheets/{sheet}/charts/{chartIndex}/title Set Chart Title in Excel Worksheet
Update Title POST /cells/{file}/worksheets/{sheet}/charts/{chartIndex}/title Update Chart Title in Excel Worksheet
Delete Title DELETE /cells/{file}/worksheets/{sheet}/charts/{chartIndex}/title Delete Chart Title in a Worksheet
Update Chart Properties POST /cells/{file}/worksheets/{sheet}/charts/{chartIndex} Update Chart Properties
Get Category Axis GET /cells/{file}/worksheets/{sheet}/charts/{chartIndex}/categoryaxis Get Chart Category Axis
Get Value Axis GET /cells/{file}/worksheets/{sheet}/charts/{chartIndex}/valueaxis Get Chart Value Axis
Get Second Category Axis GET /cells/{file}/worksheets/{sheet}/charts/{chartIndex}/secondcategoryaxis Get Chart Second Category Axis
Get Second Value Axis GET /cells/{file}/worksheets/{sheet}/charts/{chartIndex}/secondvalueaxis Get Chart Second Value Axis
Update Category Axis POST /cells/{file}/worksheets/{sheet}/charts/{chartIndex}/categoryaxis Update Chart Category Axis
Update Value Axis POST /cells/{file}/worksheets/{sheet}/charts/{chartIndex}/valueaxis Update Chart Value Axis
Update Second Category Axis POST /cells/{file}/worksheets/{sheet}/charts/{chartIndex}/secondcategoryaxis Update Chart Second Category Axis
Update Second Value Axis POST /cells/{file}/worksheets/{sheet}/charts/{chartIndex}/secondvalueaxis Update Chart Second Value Axis