ChartGroup.Has3DShading Property

Excel Developer Reference

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.

Bb208591.vs_note(en-us,office.12).gif  Note
Setting Has3DShading = False has the effect of setting the chart material to "Flat", or removing the effect, whereas setting the Has3DShading = True sets the chart content to the default.

Example

This example adds three-dimensional shading to a chart group.

Visual Basic for Applications
  Charts(1).ChartGroups(1).Has3DShading = True

See Also