Skip to content

Latest commit

 

History

History
34 lines (15 loc) · 532 Bytes

caf5d60f-9904-1fca-e731-cff15b7d569d.md

File metadata and controls

34 lines (15 loc) · 532 Bytes

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

See also

Concepts

ChartTitle Object

Other resources

ChartTitle Object Members