Returns or sets the height in pixels of the caption in the object.
Object.CaptionHeight [ = lCaptionHeight ]
The CaptionHeight property syntax has the following parts:
Name |
Type |
Description |
Object |
AChart |
AChart control |
lCaptionHeight |
An integer specifying the height in pixels of the caption of the object. The default is -1 (AutoSize). |
The following statement changes the AChart's CaptionHeight so that caption is ten pixels high.
cht1.CaptionHeight=10
Caption, CaptionBorderStyle, CaptionFillColor, CaptionFillStyle, CaptionFont, CaptionForeColor, CaptionLeft, CaptionPicture, CaptionTop, CaptionWidth