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 | |
---|---|---|
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. | |
Border | Reserved for internal use. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
Fill | Reserved for internal use. | |
Format | Returns the line, fill, and effect formatting for the object. Read-only ChartFormat. | |
Height | Returns or sets the height, in points, of the object. Read/write double-precision floating-point number. | |
InsideHeight | Returns or sets the inside height, in points, of the plot area. Read/write double-precision floating-point number. | |
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. | |
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. | |
InsideWidth | Returns or sets a double-precision floating-point number representing the inside width, in points, of the plot area. | |
Interior | Reserved for internal use. | |
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. | |
Name | Returns the name of the object. | |
Parent | Returns the parent for the specified object. | |
Position | Returns or sets the position of the plot area on the chart. Read/write XlChartElementPosition. | |
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). | |
Width | Returns or sets a double-precision floating-point number representing the width, in points, of the object. |
Top
Methods
Name | Description | |
---|---|---|
ClearFormats | Clears the formatting of the object. | |
Select | Selects the object. |
Top