Returns or sets the top position in pixels of the plot area in the object.
Object.PlotAreaTop [ = lPlotAreaTop ]
The PlotAreaTop property syntax has the following parts:
Name |
Type |
Description |
Object |
AChart |
AChart control |
lPlotAreaTop |
An integer specifying the top position of the plot area of the object in pixels. The default is -1 (AutoSize). |
The following statement changes the AChart's plot area to start at fifteen pixels from the top of the object.
cht1.PlotAreaTop=15
APlot, PlotAreaBorderStyle, PlotAreaFillColor, PlotAreaFillStyle, PlotAreaHeight, PlotAreaLeft, PlotAreaPicture, PlotAreaWidth, Plots