PlotAreaWidth Property (AChart)

Returns or sets the width in pixels of the plot area in the object.

Syntax

Object.PlotAreaWidth [ = lPlotAreaWidth ]

The PlotAreaWidth property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

lPlotAreaWidth

APixel

An integer specifying the width of the plot area of the object in pixels. The default is -1 (AutoSize).

Example

The following statement changes the AChart's plot area to be 300 pixels wide:

cht1.PlotAreaWidth=300

Applies to

AChart

See Also

APlot, PlotAreaBorderStyle, PlotAreaFillColor, PlotAreaFillStyle, PlotAreaHeight, PlotAreaLeft, PlotAreaPicture, PlotAreaTop, Plots