Axes Interface

Definition

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

public interface class Axes : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002085B-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Axes : System.Collections.IEnumerable
Public Interface Axes
Implements IEnumerable
Attributes
Implements

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 constants: xlCategory, xlSeries, or xlValue. Group can be one of the following XlAxisGroup constants: xlPrimary or xlSecondary. For more information, see the Axes method.

Properties

Application

Returns an Application object that represents the Microsoft Excel application.

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.

Parent

Returns the parent object for the specified object.

Methods

_Default(XlAxisType, XlAxisGroup)

Reserved for internal use.

GetEnumerator()
Item(XlAxisType, XlAxisGroup)

Returns a single Axis object from an Axes collection.

Applies to