Pie3DGroup Property [Excel 2003 VBA Language Reference]

Returns a ChartGroup object that represents the pie chart group on a 3-D chart. Read-only.

Example

This example sets the angle for the first slice.

Charts("Chart1").Pie3DGroup.FirstSliceAngle = 15

Applies to | Chart Object

See Also | PieGroups Method