Has3DEffect property (Excel Graph)

True if the series has a three-dimensional appearance. Applies only to bubble charts. Read/write Boolean.

Syntax

expression.Has3DEffect

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

Example

This example gives series one on the bubble chart a three-dimensional appearance.

With myChart 
 .SeriesCollection(1).Has3DEffect = True 
End With

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.