Use this property to return/set values that determines the title's font characteristics.
TitleFont uses the Font Class set of
properties for its characteristics.
Examples
With
XYChartCtrl
.TitleFont.Color = vbBlue
.TitleFont.Size = 26
.TitleFont.Bold = True
.TitleFont.Italic = True
.TitleFont.Name = "Arial"
.TitleFont.Strikethru = False
.TitleFont.Underline = False
End With
XYChartCtrl.Refresh
'Refresh
required to update chart with changes made
See
Also