How to create waterfall chart

Aspose.Cells APIs allows to create a waterfall chart with the help of line chart. The API also allows customizing the chart appearance to give it the shape of the waterfall by setting the Series.UpBars & Series.DownBars properties.

Below provided code snippet demonstrates the usage of Aspose.Cells for .NET API to create a waterfall chart from scratch.