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