Axes Interface
A collection of all the Axis objects in the specified chart.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
<GuidAttribute("000C1712-0000-0000-C000-000000000046")> _
Public Interface Axes
'Usage
Dim instance As Axes
[GuidAttribute("000C1712-0000-0000-C000-000000000046")]
public interface Axes
Remarks
Use the IMsoChart.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.