PlotArea Interface 

Represents the plot area of a chart. This is the area where your chart data is plotted.

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

Usage

Public Class lotAreaImplementation
    Implements PlotArea
End Class
Dim lotAreaImplementation1 As New lotAreaImplementation()

Syntax

Public Interface PlotArea
public interface PlotArea
public interface class PlotArea
public interface PlotArea
public interface PlotArea

Remarks

The plot area on a 2-D chart contains the data markers, gridlines, data labels, trendlines, and optional chart items placed in the chart area. The plot area on a 3-D chart contains all the above items plus the walls, floor, axes, axis titles, and tick-mark labels in the chart. The plot area is surrounded by the chart area. 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. For information about formatting the chart area, see the ChartArea object.

Use the PlotArea property to return a PlotArea 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

PlotArea Members