Axis Interface

Represents a single axis in a chart.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00020848-0000-0000-C000-000000000046")> _
Public Interface Axis
'Usage
Dim instance As Axis
[InterfaceTypeAttribute()]
[GuidAttribute("00020848-0000-0000-C000-000000000046")]
public interface Axis

Remarks

The Axis object is a member of 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 [ff] constants: xlCategory, xlSeries, or xlValue. Group can be one of the following XlAxisGroup constants: xlPrimary or xlSecondary. For more information, see the Axes method.

See Also

Reference

Axis Members

Microsoft.Office.Interop.Excel Namespace