CaptionColor Property

3D Graph Control

CaptionColor Property

Syntax

CWAxis3D.CaptionColor

Data Type

Color

Purpose

Specifies the color 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

CaptionFont

CaptionNormal

CaptionOpposite