Set a Chart Axis

Introduction

Aspose.Slides Cloud API allows setting chart axis properties.

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/shapes/{shapeIndex}/horizontalAxis PUT Updates horizontal axis properties SetChartAxis
/slides/{name}/slides/{slideIndex}/shapes/{shapeIndex}/verticalAxis PUT Updates vertical axis properties SetChartAxis
/slides/{name}/slides/{slideIndex}/shapes/{shapeIndex}/secondaryHorizontalAxis PUT Updates secondary horizontal axis properties SetChartAxis
/slides/{name}/slides/{slideIndex}/shapes/{shapeIndex}/secondaryVerticalAxis PUT Updates secondary vertical axis properties SetChartAxis

cURL Example

The code example below shows how to update some properties of the horizontal axis.

SDK Source

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

SDK Examples