AxisTitle Interface

Represents a chart axis title.

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

Syntax

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

Remarks

Use the AxisTitle property to return an AxisTitle object.

The AxisTitle object doesn’t exist and cannot be used unless the HasTitle property for the axis is True.

See Also

Reference

AxisTitle Members

Microsoft.Office.Interop.Excel Namespace