Axis Interface
Represents a single axis in a chart.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("92D41A53-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface Axis
'Usage
Dim instance As Axis
[GuidAttribute("92D41A53-F07E-4CA4-AF6F-BEF486AA4E6F")]
public interface Axis
Remarks
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.