Axes Interface

A collection of all the Axis objects in the specified chart.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("354AB591-A217-48B4-99E4-14F58F15667D")> _
Public Interface Axes _
    Inherits IEnumerable
'Usage
Dim instance As Axes
[GuidAttribute("354AB591-A217-48B4-99E4-14F58F15667D")]
public interface Axes : IEnumerable

Remarks

Use the Chart.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 containing a single Axis object. Type can be one of the following XlAxisType enumeration values: xlCategory, xlSeries, or xlValue. AxisGroup can be one of the following XlAxisGroup constants: xlPrimary or xlSecondary. For more information, see the Chart.Axes(Object, XlAxisGroup) method.

See Also

Reference

Axes Members

Microsoft.Office.Interop.Word Namespace