Font Property
Syntax
CWLabels3D.Font
Data Type
Purpose
Specifies the font of the axis labels.
Example
'Set the x-axis label's font to bold
CWGraph3D1.Axes.Item(1).Labels.Font.Bold = True
CWLabels3D.Font
Specifies the font of the axis labels.
'Set the x-axis label's font to bold
CWGraph3D1.Axes.Item(1).Labels.Font.Bold = True