PlotAreaHeight Property (AChart)

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

Syntax

Object.PlotAreaHeight [ = lPlotAreaHeight ]

The PlotAreaHeight property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

lPlotAreaHeight

APixel

An integer specifying the height 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 have a height 70 pixels high.

cht1.PlotAreaHeight=70

Applies to

AChart

See Also

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