bubble_3d property

ChartSeries.bubble_3d property

Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them.

@property
def bubble_3d(self) -> bool:
    ...

@bubble_3d.setter
def bubble_3d(self, value: bool):
    ...

See Also