How to create waterfall chart with Golang via C++

Aspose.Cells API allows creating 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.GetUpBars() & Series.GetDownBars() properties.

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