CaptionFont Property

3D Graph Control

CaptionFont Property

Syntax

CWAxis3D.CaptionFont

Data Type

Font

Purpose

Specifies the font of the axis caption.

Example

'Sets the caption for the first axis
CWGraph3D1.Axes.Item(1).Caption = "Temperature"
CWGraph3D1.Axes.Item(1).CaptionColor = vbBlue
CWGraph3D1.Axes.Item(1).CaptionFont = "Arial"
CWGraph3D1.Axes.Item(1).CaptionNormal = True

See Also

Caption

CaptionColor

CaptionNormal

CaptionOpposite