FontStyle property (Excel Graph)
Returns or sets the font style. Read/write Variant.
expression.FontStyle
expression Required. An expression that returns one of the objects in the Applies To list.
Changing this property may affect other Font properties (such as Bold and Italic).
This example sets the font style for the chart title to bold and italic.
myChart.ChartTitle.Font.FontStyle = "Bold Italic"
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.