fastpyxl.chart.label module
- class fastpyxl.chart.label.DataLabel(idx=0, **kw)[source]
Bases:
_DataLabelBase- property graphicalProperties
- idx: int | None
- property position
- tagname = 'dLbl'
- property textProperties
- xml_order = ('idx', 'numFmt', 'spPr', 'txPr', 'dLblPos', 'showLegendKey', 'showVal', 'showCatName', 'showSerName', 'showPercent', 'showBubbleSize', 'showLeaderLines', 'separator')
- class fastpyxl.chart.label.DataLabelList(dLbl=(), delete=None, **kw)[source]
Bases:
_DataLabelBase- delete: bool | None
- property graphicalProperties
- property position
- tagname = 'dLbls'
- property textProperties
- xml_order = ('delete', 'dLbl', 'numFmt', 'spPr', 'txPr', 'dLblPos', 'showLegendKey', 'showVal', 'showCatName', 'showSerName', 'showPercent', 'showBubbleSize', 'showLeaderLines', 'separator')