CaptionFont Property (AChart)

Returns or sets the Font object used to draw the caption text in the object.

Syntax

Object.CaptionFont [ = fontCaptionFont ]

The CaptionFont property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

fontCaptionFont

AFont

AFont object

Example

The following statement changes the AChart CaptionFont to bold:

cht1.CaptionFont.Bold=True

Applies to

AChart

See Also

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