FontStyle Property

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.

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"

Applies to | Font Object

See Also | Background Property | Bold Property | Color Property | ColorIndex Property | Font Object | Italic Property | Name Property | OutlineFont Property | Shadow Property | Size Property | Strikethrough Property | Subscript Property | Superscript Property | Underline Property