has_3d_effect property

has_3d_effect property

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

Definition:

@property
def has_3d_effect(self):
    ...
@has_3d_effect.setter
def has_3d_effect(self, value):
    ...

See Also