Set a Chart Wall

Introduction

In the context of 3D charts in PowerPoint presentations, the “wall” is an important element that helps viewers understand the data context and navigate the three-dimensional space. The chart walls typically serve as a background or side surface that helps visually demarcate data and create the illusion of depth. The walls serve as a reference point, helping viewers understand where the data is positioned relative to the chart’s axis. It provides a visual context, making it easier to interpret the three-dimensional data. Use the following method to change the appearance of the chart walls to enhance readability. This can be done through the chart wall formatting options. You can modify the color, texture, and transparency of the walls to better fit the presentation’s style and not distract from the main data.

SetChartWall

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/shapes/{shapeIndex}/{chartWallType} PUT Updates the properties of a chart wall in a presentation saved in a storage. SetChartWall

Request Parameters

Name Type Location Required Description
name string path true The name of a presentation file.
slideIndex integer path true The 1-based index of a slide.
shapeIndex integer path true The 1-based index of a shape (must be a 3D chart).
chartWallType ChartWallType path true The type of a chart wall.
chartWall ChartWall body true The data transfer object with the chart wall properties.
password string header false The password to open the presentation.
folder string query false The path to the folder containing the presentation file.
storage string query false The name of the storage contaning the folder.

Examples

In the default storage, the document MyPresentation.pptx contains a 3D chart (the second shape) on the first slide. Fill the back wall of the chart with the color #70AD46.

The chart

cURL Solution

SDK Solutions

The result:

The chart

SDKs

Check Available SDKs to learn how to add an SDK to your project.