OutlineFont property (Excel Graph)

True if the font is an outline font. Read/write Variant.

Syntax

expression.OutlineFont

expression Required. An expression that returns one of the objects in the Applies To list.

Remarks

This property has no effect in Windows, but its value is retained (it can be set and returned).

Example

This example sets the font for the chart title to an outline font.

myChart.ChartTitle.Font.OutlineFont = True

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.