has_3d_effect property

has_3d_effect property

True if the series has a three-dimensional appearance.

Remarks

Applies only to ChartType.BUBBLE or ChartType.BUBBLE_3D charts.

Definition:

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

See Also