expression.FontStyle
expression Required. An expression that returns one of the objects in the Applies To list.
Remarks
Changing this property may affect other Font properties (such as Bold and Italic).
Example
This example sets the font style for the chart title to bold and italic.
myChart.ChartTitle.Font.FontStyle = "Bold Italic"