FontStyle property (Excel Graph)

Returns or sets the font style. Read/write Variant.

Syntax

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"

Support and feedback

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.