CaptionHeight Property (AChart)

Returns or sets the height in pixels of the caption in the object.

Syntax

Object.CaptionHeight [ = lCaptionHeight ]

The CaptionHeight property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

lCaptionHeight

APixel

An integer specifying the height in pixels of the caption of the object. The default is -1 (AutoSize).

Example

The following statement changes the AChart's CaptionHeight so that caption is ten pixels high.

cht1.CaptionHeight=10

Applies to

AChart

See Also

Caption, CaptionBorderStyle, CaptionFillColor, CaptionFillStyle, CaptionFont, CaptionForeColor, CaptionLeft, CaptionPicture, CaptionTop, CaptionWidth