How to create waterfall chart

Contents
[ ]

Aspose.Cells for Python via .NET API allows you to create a waterfall chart with the help of a line chart. The API also allows customizing the chart appearance to give it the shape of the waterfall by setting the Series.up_bars & Series.down_bars properties.

The code snippet below demonstrates the usage of Aspose.Cells for Python via .NET API to create a waterfall chart from scratch.