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