Font Property
From 3D Graph Control
Font Property
Syntax
CWGraph3D.Font
Data Type
Purpose
Specifies the font for the caption.
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