openpyxl.chart.label module
- class openpyxl.chart.label.DataLabel(idx=0, **kw)[source]
Bases:
_DataLabelBase
- dLblPos
Value must be one of {‘r’, ‘t’, ‘inEnd’, ‘l’, ‘b’, ‘inBase’, ‘bestFit’, ‘ctr’, ‘outEnd’}
- 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’>
- class openpyxl.chart.label.DataLabelList(dLbl=(), delete=None, **kw)[source]
Bases:
_DataLabelBase
- dLbl
A sequence (list or tuple) that may only contain objects of the declared type
- dLblPos
Value must be one of {‘r’, ‘t’, ‘inEnd’, ‘l’, ‘b’, ‘inBase’, ‘bestFit’, ‘ctr’, ‘outEnd’}
- 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’>