Edit

Share via


SurfaceGroup property (Excel Graph)

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

Syntax

expression.SurfaceGroup

expression Required. An expression that returns a ChartGroup object.

Example

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

myChart.SurfaceGroup.VaryByCategories = True

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.