FrameHeight Property (AChart)

Returns or sets the height in pixels of the frame in the object.

Syntax

Object.FrameHeight [ = lFrameHeight ]

The FrameHeight property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

lFrameHeight

APixel

An integer specifying the height in pixels of the frame of the object. The default is -1 (AutoSize).

Example

The following statement changes the AChart's frame has a height ten pixels high.

cht1.FrameHeight=10

Applies to

AChart

See Also

FrameBorderStyle, FrameFillColor, FrameFillStyle, FrameLeft, FramePicture, FrameTop, FrameWidth