ChartTitle.Shadow Property

Excel Developer Reference

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.

Visual Basic for Applications
  Charts("Chart1").ChartTitle.Shadow = True

See Also