FrameWidth Property (AChart)

Returns or sets the width in pixels of the chart frame in the object.

Syntax

Object.FrameWidth [ = lFrameWidth ]

The FrameWidth property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

lFrameWidth

APixel

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

Example

The following statement changes the AChart's FrameWidth so that chart frame is five pixels wide.

cht1.FrameWidth=5

Applies to

AChart

See Also

FrameBorderStyle, FrameFillColor, FrameFillStyle, FrameHeight, FrameLeft, FramePicture, FrameTop