Axes Interface

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)

Syntax

'Declaration
<GuidAttribute("92D41A52-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface Axes _
    Inherits IEnumerable
'Usage
Dim instance As Axes
[GuidAttribute("92D41A52-F07E-4CA4-AF6F-BEF486AA4E6F")]
public interface Axes : IEnumerable

Remarks

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.

See Also

Reference

Axes Members

Microsoft.Office.Interop.PowerPoint Namespace