PlotArea Members

Include Protected Members
Include Inherited Members

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

The PlotArea type exposes the following members.

Properties

  Name Description
Public property _InsideHeight Reserved for internal use.
Public property _InsideLeft Reserved for internal use.
Public property _InsideTop Reserved for internal use.
Public property _InsideWidth Reserved for internal use.
Public property Application Returns an Application object that represents the Microsoft Excel application.
Public property Border Returns a Border object that represents the border of the object.
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created.
Public property Fill Returns a ChartFillFormat object for a specified chart that contains fill formatting properties for the chart.
Public property Format Returns the ChartFormat object. Read-only.
Public property Height The height, in points, of the object.
Public property InsideHeight Returns the inside height of the plot area in points.
Public property InsideLeft Returns the distance from the chart edge to the inside left edge of the plot area in points.
Public property InsideTop Returns the distance in points from the chart edge to the inside top edge of the plot area.
Public property InsideWidth Returns the inside width of the plot area in points.
Public property Interior Returns an Interior object that represents the interior of the specified object.
Public property Left The distance, in points, from the left edge of the object to the left edge of the chart area.
Public property Name Returns the name of the object.
Public property Parent Returns the parent object for the specified object.
Public property Position Returns or sets the position of the plot area on the chart. Read/write.
Public property Top The distance, in points, from the top edge of the object to the top of the chart area.
Public property Width The width, in points, of the object.

Top

Methods

  Name Description
Public method ClearFormats Clears the formatting of the object.
Public method Select Selects the object.

Top

See Also

Reference

PlotArea Interface

Microsoft.Office.Interop.Excel Namespace