Axes Interface

Definition

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

public interface class Axes
[System.Runtime.InteropServices.Guid("000C1712-0000-0000-C000-000000000046")]
public interface Axes
[<System.Runtime.InteropServices.Guid("000C1712-0000-0000-C000-000000000046")>]
type Axes = interface
Public Interface Axes
Attributes

Remarks

Use the Axes(Object, XlAxisGroup) 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 values: xlCategory, xlSeries, or xlValue. group can be one of the following XlAxisGroup values: xlPrimary or xlSecondary. For more information, see the Axes(Object, XlAxisGroup) method.

Properties

_Default[XlAxisType, XlAxisGroup]
_NewEnum
Application

When used without an object qualifier, this property returns an Application object that represents the Microsoft Office application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.

Count

Returns the number of objects in the collection.

Creator

Returns a 32-bit integer that indicates the application in which this object was created. Read-only

Item[XlAxisType, XlAxisGroup]

Returns a single Axis object from the Axes collection.

Parent

Returns the parent object for the specified object. Read-only.

Applies to