PlotArea.InsideHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the inside height of the plot area, in points. Read/write Double.
public:
property double InsideHeight { double get(); void set(double value); };
public double InsideHeight { get; set; }
member this.InsideHeight : double with get, set
Public Property InsideHeight As Double
Property Value
Double
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.