ChartGroup.Has3DShading property (Excel)
Returns or sets the 3D shading property of a ChartGroup object. Read/write Boolean.
Syntax
expression.Has3DShading
expression A variable that represents a ChartGroup object.
Example
This example adds three-dimensional shading to a chart group.
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.