Axes Interface
Office 2010
Represents a collection of all the Axis objects in the specified chart.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Use the Axes(Object, XlAxisGroup) method to return the Axes collection.
Use Axes(Type, AxisGroup), where Type is the axis type and AxisGroup is the axis group, to return an Axes collection that contains a single Axis object. Type can be one of the following XlAxisType constants: xlCategory, xlSeriesAxis, or xlValue. AxisGroup can be one of the following XlAxisGroup constants: xlPrimary or xlSecondary.
Show: