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.
expression.Shadow
expression Required. An expression that returns one of the above objects.
For the Font object, this property has no effect in Windows, but its value is retained (it can be set and returned).
This example adds a shadow to the title of myChart.
myChart.ChartTitle.Shadow = True
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.