ChartArea Interface 

Represents the chart area of a chart. The chart area on a 2-D chart contains the axes, the chart title, the axis titles, and the legend. The chart area on a 3-D chart contains the chart title and the legend; it doesn’t include the plot area (the area within the chart area where the data is plotted). For information about formatting the plot area, see the PlotArea object.

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

Usage

Public Class hartAreaImplementation
    Implements ChartArea
End Class
Dim hartAreaImplementation1 As New hartAreaImplementation()

Syntax

Public Interface ChartArea
public interface ChartArea
public interface class ChartArea
public interface ChartArea
public interface ChartArea

Remarks

Use the ChartArea property to return the ChartArea object.

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

ChartArea Members