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