PlotAreaLeft Property (AChart)

Returns or sets the left position in pixels of the plot area in the object.

Syntax

Object.PlotAreaLeft [ = lPlotAreaLeft ]

The PlotAreaLeft property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart object

lPlotAreaLeft

APixel

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

Example

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

Applies to

AChart

See Also

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