SurfaceGroup Property [Excel 2003 VBA Language Reference]

Returns a ChartGroup object that represents the surface chart group of a 3-D chart. Read-only.

Example

This example adds 3-D shading to the chart group.

Charts("Chart1").SurfaceGroup.Has3DShading = True

Applies to | Chart Object