Returns or sets the height in pixels of the frame in the object.
Object.FrameHeight [ = lFrameHeight ]
The FrameHeight property syntax has the following parts:
Name |
Type |
Description |
Object |
AChart |
AChart control |
lFrameHeight |
An integer specifying the height in pixels of the frame of the object. The default is -1 (AutoSize). |
The following statement changes the AChart's frame has a height ten pixels high.
cht1.FrameHeight=10
FrameBorderStyle, FrameFillColor, FrameFillStyle, FrameLeft, FramePicture, FrameTop, FrameWidth