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