Manage Axes of Excel Charts with Golang via C++
Contents
[
Hide
]
In Excel charts, there are 3 kinds of Axes:
- Horizontal (Category) Axis : X Axis
- Vertical (Value) Axis : Y Axis
- Depth (Series) Axis : Z Axis
Axis Options
Aspose.Cells also allows you to manage chart’s axes at runtime. With the Axis object, you can change all options of the Axis as done in Excel.
||
Manage X and Y Axes
In Excel charts, horizontal and vertical axes are the two most popular axes to use.
The following code snippet demonstrates how to set the options of X and Y axes.