Caption Property

3D Graph Control

Caption Property

Syntax

CWAxis3D.Caption

Data Type

String

Purpose

Specifies the title for the axis.

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

CaptionColor

CaptionFont

CaptionNormal

CaptionOpposite