openpyxl.chart.label模块

class openpyxl.chart.label.DataLabel(idx=0, **kw)[源代码]

基类:openpyxl.chart.label._DataLabelBase

dLblPos

Value must be one of {'ctr', 'bestFit', 'r', 'l', 'inEnd', 't', 'b', 'inBase', 'outEnd'}

extLst

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

idx

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

numFmt

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

separator

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

showBubbleSize

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

showCatName

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

showLeaderLines

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

showLegendKey

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

showPercent

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

showSerName

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

showVal

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

spPr

值的类型必须小于class“openpyxl.chart.shapes.graphicalproperties”>

tagname = 'dLbl'
txPr

值的类型必须小于class“openpyxl.chart.text.richtext”>

class openpyxl.chart.label.DataLabelList(dLbl=(), delete=None, **kw)[源代码]

基类:openpyxl.chart.label._DataLabelBase

dLbl

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

dLblPos

Value must be one of {'ctr', 'bestFit', 'r', 'l', 'inEnd', 't', 'b', 'inBase', 'outEnd'}

delete

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

extLst

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

numFmt

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

separator

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

showBubbleSize

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

showCatName

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

showLeaderLines

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

showLegendKey

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

showPercent

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

showSerName

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

showVal

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

spPr

值的类型必须小于class“openpyxl.chart.shapes.graphicalproperties”>

tagname = 'dLbls'
txPr

值的类型必须小于class“openpyxl.chart.text.richtext”>