Manage Axes of Excel Charts
Contents
[
Hide
]
In Excel charts, there are 3 kinds of Axes:
- Horizonal(Category) Axis : X Axis
- Vertical(Value) Axis : Y Axis
- Depth(Series) Axis : Z Axis
Axis Options
Aspose.Cells also allows to manage chart’s axes at runtime,with Axis object, you can change all options of Axis as done in Excel.
||
Manage X and Y Axes
In Excel chart, horizonal 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 .