Has3DEffect Property

Microsoft Graph Visual Basic

Has3DEffect Property

       

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

Example

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

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