Expand Minimize
This topic has not yet been rated - Rate this topic

Has3DEffect Property

Office 2007

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


Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.