Line3DGroup property (Excel Graph)

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

Syntax

expression.Line3DGroup

expression An expression that returns a ChartGroup object .

Example

This example sets the 3D line group to use a different color for each data marker.

myChart.Line3DGroup.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.