Axes Interface 

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

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Public Class xesImplementation
    Implements Axes
End Class
Dim xesImplementation1 As New xesImplementation()

Syntax

Public Interface Axes
public interface Axes
public interface class Axes
public interface Axes
public interface Axes

Remarks

Use the Axes method to return the Axes collection.

Use Axes(type, group), where type is the axis type and group is the axis group, to return a single Axis object. Type can be one of the following XlAxisType constants: xlCategory, xlSeries, or xlValue. Group can be one of the following XlAxisGroup constants: xlPrimary or xlSecondary. For more information, see the Axes method.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

Axes Members