Manage Axes of Excel Charts

Axis Options

Aspose.Cells for Python via .NET 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

  • Change Tick Label Direction
  • Determine which Axis exists in the Chart
  • Handle Automatic Units of Chart Axis like Microsoft Excel
  • Read Axis Labels after Calculating the Chart
  • How to Set Category Axis in Excel Chart