Edit

Share via


Shadow property (Excel Graph)

For the AxisTitle, ChartArea, ChartTitle, DataLabel, DataLabels, DisplayUnitLabel, Legend, LegendKey, Point, and Series objects, True if the font is a shadow font or if the specified object has a shadow. Read/write Boolean.

For the Font object, True if the font is a shadow font or if the specified object has a shadow. Read/write Variant.

Syntax

expression.Shadow

expression Required. An expression that returns one of the above objects.

Remarks

For the Font object, this property has no effect in 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

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.