Manage Axes of Excel Charts

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.

|todo:image_alt_text|

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 .

Advance topics