Returns or sets the width in pixels of the chart frame in the object.
Object.FrameWidth [ = lFrameWidth ]
The FrameWidth property syntax has the following parts:
Name |
Type |
Description |
Object |
AChart |
AChart control |
lFrameWidth |
An integer specifying the width in pixels of the chart frame of the object. The default is -1 (AutoSize). |
The following statement changes the AChart's FrameWidth so that chart frame is five pixels wide.
cht1.FrameWidth=5
FrameBorderStyle, FrameFillColor, FrameFillStyle, FrameHeight, FrameLeft, FramePicture, FrameTop