PlotArea.InsideHeight Property
Excel Developer Reference |
Returns the inside height of the plot area, in points. Read-only Double.
Syntax
expression.InsideHeight
expression A variable that represents a PlotArea object.
Remarks
The plot area used for this measurement doesn’t include the axis labels. The Height property for the plot area uses the bounding rectangle that includes the axis labels.
Example
This example draws a dotted rectangle around the inside of the plot area in Chart1.
Visual Basic for Applications |
---|
|
See Also