bubble_3d property
ChartDataPoint.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
- module aspose.words.drawing.charts
- class ChartDataPoint