Manage Legend of Excel Charts with Golang via C++

Legend Options

Aspose.Cells also allows you to manage a chart’s legend at runtime. With the Legend object, the legend can be moved, updated, and formatted.

|todo:image_alt_text|

Setting the Legend of Chart

It’s simple to manage the legend of a chart with Aspose.Cells Legend.

The following code snippet demonstrates how to manage the legend:

Advanced Topics