PlotArea Members

Include Protected Members
Include Inherited Members

Represents the plot area of a chart.

The PlotArea type exposes the following members.

Properties

  Name Description
Public property Application When used without an object qualifier, returns an Application object that represents the Microsoft PowerPoint application. When used with an object qualifier, returns an Application object that represents the creator of the specified object (you can use this property with an Automation object to return the application of that object). Read-only.
Public property Border Reserved for internal use.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property Fill Reserved for internal use.
Public property Format Returns the line, fill, and effect formatting for the object. Read-only ChartFormat.
Public property Height Returns or sets the height, in points, of the object. Read/write double-precision floating-point number.
Public property InsideHeight Returns or sets the inside height, in points, of the plot area. Read/write double-precision floating-point number.
Public property InsideLeft Returns or sets a double-precision floating-point number representing the distance, in points, from the chart edge to the inside left edge of the plot area.
Public property InsideTop Returns or sets a double-precision floating-point number representing the distance, in points, from the chart edge to the inside top edge of the plot area.
Public property InsideWidth Returns or sets a double-precision floating-point number representing the inside width, in points, of the plot area.
Public property Interior Reserved for internal use.
Public property Left Returns or sets a double-precision floating-point number representing 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 for the specified object.
Public property Position Returns or sets the position of the plot area on the chart. Read/write XlChartElementPosition.
Public property Top Returns or sets a double-precision floating-point number representing the distance, in points, from the top edge of the object to the top of the first row (on a worksheet) or the top of the chart area (on a chart).
Public property Width Returns or sets a double-precision floating-point number representing 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.PowerPoint Namespace