FrameLeft Property (AChart)

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

Syntax

Object.FrameLeft [ = lFrameLeft ]

The FrameLeft property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

lFrameLeft

APixel

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

Example

The following statement changes the AChart so the frame starts at ten pixels from the left side of the control.

cht1.FrameLeft=10

Applies to

AChart

See Also

FrameBorderStyle, FrameFillColor, FrameFillStyle, FrameHeight, FramePicture, FrameTop, FrameWidth