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

See Also

Concepts

ChartGroup Object Members

ChartGroup Object