Shadow Property

Applies To

AxisTitle object, ChartArea object, ChartTitle object, DataLabel object, DataLabels collection object, Font object, Legend object, LegendKey object, Point object, Series object.

Description

True if the font is a shadow font or if the specified 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 myChart.

myChart.ChartTitle.Shadow = True