Share via


SurfaceGroup Property

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

expression.SurfaceGroup

*expression   * Required. An expression that returns one of the objects in the Applies To list.

Example

This example sets the 3-D surface group to use a different color for each data marker. The example should be run on a 3-D chart.

myChart.SurfaceGroup.VaryByCategories = True

Applies to | Chart Object