Axes interface
Office 2013 and later
A collection of all the Axis objects in the specified chart.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Use the IMsoChart.Axes(Object, XlAxisGroup) method to return the Axes collection.
Use Axes(type, group), where type is the axis type and group is the axis group, to return a single Axis object. type can be one of the following XlAxisType values: xlCategory, xlSeries, or xlValue. group can be one of the following XlAxisGroup values: xlPrimary or xlSecondary. For more information, see the Axes(Object, XlAxisGroup) method.
Show: