Get Chart Second Category Axis
This REST API retrieves the second category axis of a chart.
REST API
GET http://api.aspose.cloud/v3.0/cells/{name}/worksheets/{sheetName}/charts/{chartIndex}/secondcategoryaxis
Request parameters
| Parameter Name | Type | Location | Description |
|---|---|---|---|
| name | string | path | Name of the Excel file stored in the cloud. |
| sheetName | string | path | Name of the worksheet that contains the chart. |
| chartIndex | integer | path | Zero‑based index of the chart whose axis is requested. |
| folder | string | query | Folder path in the storage where the file is located. |
| storageName | string | query | Name of the Aspose Cloud storage to use (optional). |
The Get‑Chart‑Second‑Category‑Axis operation is defined in the OpenAPI Specification and enables direct REST interactions from a web browser or any HTTP client.
You can use the cURL command‑line tool to access Aspose.Cells web services easily. The following example shows how to call the API with cURL.
Cloud SDK Family
Using an SDK is the fastest way to integrate this API into your project. SDKs handle low‑level details such as authentication, request building, and response parsing, letting you focus on business logic. See the full list of Aspose.Cells Cloud SDKs in the GitHub repository.
The following code examples demonstrate how to call the Get Chart Second Category Axis operation with various SDKs: