Shadow Property
Applies To
AxisTitle object, ChartArea object, ChartObject object, ChartObjects collection object, ChartTitle object, DataLabel object, DataLabels collection object, Font object, Legend object, LegendKey object, OLEObject object, OLEObjects collection object, Point object, Series object, Shape object, ShapeRange collection object.
Description
True if the font is a shadow font or if the object has a shadow. Read/write Boolean.
Remarks
For the Font object, this property has no effect in Microsoft Windows, but its value is retained (it can be set and returned).
Example
This example adds a shadow to the title of Chart1.
Charts("Chart1").ChartTitle.Shadow = True