Axes Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of all the Axis objects in the specified chart.
public interface class Axes : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("354AB591-A217-48B4-99E4-14F58F15667D")]
public interface Axes : System.Collections.IEnumerable
type Axes = interface
interface IEnumerable
Public Interface Axes
Implements IEnumerable
- Attributes
- Implements
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 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 Axes(Object, XlAxisGroup) method.
Properties
Application |
When used without an object qualifier, this property returns an _Application object that represents the Microsoft Word 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 the specified object was created. Read-only. |
Item[XlAxisType, XlAxisGroup] | |
Parent |
Returns the parent for the specified object. Read-only. |
Methods
_Default(XlAxisType, XlAxisGroup) |
Reserved for internal use. |
GetEnumerator() |