Axis Interface
Represents a single axis in a chart.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("7EBC66BD-F788-42C3-91F4-E8C841A69005")> _
Public Interface Axis
'Usage
Dim instance As Axis
[GuidAttribute("7EBC66BD-F788-42C3-91F4-E8C841A69005")]
public interface Axis
Remarks
The Axis object is a member of the Axes collection.
Use Axes (Type, AxisGroup) where Type is the axis type and AxisGroup is the axis group to return a single Axis object. Type can be one of the following XlAxisType constants: 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.