FrameTop Property (AChart)

Returns or sets the top position in pixels of the chart frame in the object.

Syntax

Object.FrameTop [ = lFrameTop ]

The FrameTop property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

lFrameTop

APixel

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

Example

The following statement changes the AChart's FrameTop so that frame starts at ten pixels from the top of the control.

cht1.FrameTop=10

Applies to

AChart

See Also

FrameBorderStyle, FrameFillColor, FrameFillStyle, FrameHeight, FrameLeft, FramePicture, FrameWidth