ChartTitle.Shadow property (Excel)

Returns or sets a Boolean value that determines if the object has a shadow.

Syntax

expression.Shadow

expression A variable that represents a ChartTitle object.

Example

This example adds a shadow to the title of myChart.

Charts("Chart1").ChartTitle.Shadow = 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.