AxesManager
Overview
AxesManager is a class in Aspose.Slides FOSS for Python.
Inherits from: IAxesManager.
Provides access to chart axes.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
horizontal_axis | IAxis | Read | Gets the chart’s horizontal axis (primary category or first value axis). |
vertical_axis | IAxis | Read | Gets the chart’s vertical axis (primary value axis). |
secondary_horizontal_axis | IAxis | Read | Gets the chart’s secondary horizontal axis. |
secondary_vertical_axis | IAxis | Read | Gets the chart’s secondary vertical axis. |
series_axis | IAxis | Read | Gets the chart’s series axis. |
Methods
| Signature | Description |
|---|---|
get_axis_by_id(axis_id: str) → Axis | Get an Axis object by its ID string. |