Caption Property
From 3D Graph Control
Caption Property
Syntax
CWGraph3D.Caption
Data Type
Purpose
Specifies the caption for the 3D graph.
Remarks
The caption appears above the 3D graph.
Example
'Create the caption "Temperature vs. Time"
CWGraph3D1.Caption = "Temperature vs. Time"
'Set the caption text color to red
CWGraph3D1.CaptionColor = vbRed
'Set the caption background color to green
CWGraph3D1.BackColor = vbGreen
'Set the caption font to bold
CWGraph3D1.Font.Bold = True