IAxesManager

IAxesManager class

Provides access to chart axes.

The IAxesManager type exposes the following members:

Properties

NameDescription
horizontal_axisGets the chart’s horizontal axis.
Read-only IAxis.
secondary_horizontal_axisGets the chart’s secondary horizontal axis.
Read-only IAxis.
vertical_axisGets the chart’s vertical axis.
Read-only IAxis.
secondary_vertical_axisGets the chart’s secondary vertical axis.
Read-only IAxis.
series_axisGets the chart’s series axis.
Read-only IAxis.

See Also