Returns or sets the height in pixels of the plot area of the object.
Object.PlotAreaHeight [ = lPlotAreaHeight ]
The PlotAreaHeight property syntax has the following parts:
Name |
Type |
Description |
Object |
AChart |
AChart control |
lPlotAreaHeight |
An integer specifying the height of the plot area of the object in pixels. The default is -1 (AutoSize). |
The following statement changes the AChart's plot area to have a height 70 pixels high.
cht1.PlotAreaHeight=70
APlot, PlotAreaBorderStyle, PlotAreaFillColor, PlotAreaFillStyle, PlotAreaLeft, PlotAreaPicture, PlotAreaTop, PlotAreaWidth, Plots