CaptionLeft Property (AChart)

Returns or sets the left position in pixels.of the caption in the object.

Syntax

Object.CaptionLeft [ = lCaptionleft ]

The CaptionLeft property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

lCaptionleft

APixel

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

Example

The following statement changes the AChart's CaptionLeft so that caption starts at ten pixels from the left side of the control.

cht1.CaptionLeft=10

Applies to

AChart

See Also

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