openpyxl.chart.bubble图表模块

class openpyxl.chart.bubble_chart.BubbleChart(varyColors=None, ser=(), dLbls=None, bubble3D=None, bubbleScale=None, showNegBubbles=None, sizeRepresents=None, extLst=None, **kw)[源代码]

基类:openpyxl.chart._chart.ChartBase

bubble3D

值的类型必须小于class'bool'>

bubbleScale

值的类型必须小于class“float”>

dLbls

值的类型必须为<class'openpyxl.chart.label.datalabellist'>

dataLabels

在python中不允许或混淆所需的属性名(例如“type”)或需要更具描述性的名称(例如“u”的“underline”)时,可以使用别名。

extLst

值的类型必须为<class'openpyxl.descriptors.excel.extensionList'>

ser

只能包含声明类型的对象的序列(列表或元组)

showNegBubbles

值的类型必须小于class'bool'>

sizeRepresents

Value must be one of {'area', 'w'}

tagname = 'bubbleChart'
varyColors

值的类型必须小于class'bool'>

x_axis

值的类型必须小于class“openpyxl.chart.axis.numericaxis”>

y_axis

值的类型必须小于class“openpyxl.chart.axis.numericaxis”>