Has3DShading property (Excel Graph)

True if the chart group has three-dimensional shading. Read/write Boolean.

Syntax

expression.Has3DShading

expression Required. An expression that returns one of the objects in the Applies To list.

Example

This example adds three-dimensional shading to chart group one on the chart.

Charts(1).ChartGroups(1).Has3DShading = 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.