AxisTitle Interface 

Represents a chart axis title.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Public Class xisTitleImplementation
    Implements AxisTitle
End Class
Dim xisTitleImplementation1 As New xisTitleImplementation()

Syntax

Public Interface AxisTitle
public interface AxisTitle
public interface class AxisTitle
public interface AxisTitle
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

AxisTitle Members