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