openpyxl.chart.label.
DataLabel
(
idx=0
,
**kw
)
[source]
¶
Bases:
openpyxl.chart.label._DataLabelBase
dLblPos
¶
Value must be one of {‘l’, ‘bestFit’, ‘r’, ‘t’, ‘inBase’, ‘inEnd’, ‘b’, ‘outEnd’, ‘ctr’}
extLst
¶
Values must be of type <class ‘openpyxl.descriptors.excel.ExtensionList’>
idx
¶
Values must be of type <class ‘int’>
numFmt
¶
Values must be of type <class ‘str’>
separator
¶
Values must be of type <class ‘str’>
showBubbleSize
¶
Values must be of type <class ‘bool’>
showCatName
¶
Values must be of type <class ‘bool’>
showLeaderLines
¶
Values must be of type <class ‘bool’>
showLegendKey
¶
Values must be of type <class ‘bool’>
showPercent
¶
Values must be of type <class ‘bool’>
showSerName
¶
Values must be of type <class ‘bool’>
showVal
¶
Values must be of type <class ‘bool’>
spPr
¶
Values must be of type <class ‘openpyxl.chart.shapes.GraphicalProperties’>
tagname
= 'dLbl'
¶
txPr
¶
Values must be of type <class ‘openpyxl.chart.text.RichText’>
openpyxl.chart.label.
DataLabelList
(
dLbl=()
,
delete=None
,
**kw
)
[source]
¶
Bases:
openpyxl.chart.label._DataLabelBase
dLbl
¶
A sequence (list or tuple) that may only contain objects of the declared type
dLblPos
¶
Value must be one of {‘l’, ‘bestFit’, ‘r’, ‘t’, ‘inBase’, ‘inEnd’, ‘b’, ‘outEnd’, ‘ctr’}
delete
¶
Values must be of type <class ‘bool’>
extLst
¶
Values must be of type <class ‘openpyxl.descriptors.excel.ExtensionList’>
numFmt
¶
Values must be of type <class ‘str’>
separator
¶
Values must be of type <class ‘str’>
showBubbleSize
¶
Values must be of type <class ‘bool’>
showCatName
¶
Values must be of type <class ‘bool’>
showLeaderLines
¶
Values must be of type <class ‘bool’>
showLegendKey
¶
Values must be of type <class ‘bool’>
showPercent
¶
Values must be of type <class ‘bool’>
showSerName
¶
Values must be of type <class ‘bool’>
showVal
¶
Values must be of type <class ‘bool’>
spPr
¶
Values must be of type <class ‘openpyxl.chart.shapes.GraphicalProperties’>
tagname
= 'dLbls'
¶
txPr
¶
Values must be of type <class ‘openpyxl.chart.text.RichText’>