fastpyxl.chart.plotarea module
- class fastpyxl.chart.plotarea.DataTable(showHorzBorder=None, showVertBorder=None, showOutline=None, showKeys=None, spPr=None, txPr=None, extLst=None)[source]
Bases:
Serialisable- extLst: ExtensionList | None
- property graphicalProperties
- showHorzBorder: bool | None
- showKeys: bool | None
- showOutline: bool | None
- showVertBorder: bool | None
- spPr: GraphicalProperties | None
- tagname = 'dTable'
- xml_order = ('showHorzBorder', 'showVertBorder', 'showOutline', 'showKeys', 'spPr', 'txPr')
- class fastpyxl.chart.plotarea.PlotArea(layout=None, dTable=None, spPr=None, _charts=(), _axes=(), extLst=None)[source]
Bases:
Serialisable- extLst: ExtensionList | None
- property graphicalProperties
- spPr: GraphicalProperties | None
- tagname = 'plotArea'
- xml_order = ('layout', '_charts', '_axes', 'dTable', 'spPr')