Axis Interface
Office 2010
Represents a single axis in a chart.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
The Axis object is a member of the Axes collection.
In Axes(Object, XlAxisGroup), 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: