fastpyxl.chart.bubble_chart module
- class fastpyxl.chart.bubble_chart.BubbleChart(varyColors=None, ser=(), dLbls=None, bubble3D=None, bubbleScale=None, showNegBubbles=None, sizeRepresents=None, extLst=None, **kw)[source]
Bases:
ChartBase- bubble3D: bool | None
- bubbleScale: int | None
- dLbls: DataLabelList | None
- property dataLabels
- extLst: ExtensionList | None
- property series
- showNegBubbles: bool | None
- sizeRepresents: str | None
- tagname = 'bubbleChart'
- varyColors: bool | None
- xml_order = ('varyColors', 'ser', 'dLbls', 'bubble3D', 'bubbleScale', 'showNegBubbles', 'sizeRepresents', 'axId')