PlotAreaTop Property (AChart)

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

Syntax

Object.PlotAreaTop [ = lPlotAreaTop ]

The PlotAreaTop property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

lPlotAreaTop

APixel

An integer specifying the top position 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 start at fifteen pixels from the top of the object.

cht1.PlotAreaTop=15

Applies to

AChart

See Also

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