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'
txPr: RichText | None
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

dTable: DataTable | None
extLst: ExtensionList | None
classmethod from_tree(node)[source]
property graphicalProperties
layout: Layout | None
spPr: GraphicalProperties | None
tagname = 'plotArea'
to_tree(tagname=None, idx=None, namespace=None)[source]
xml_order = ('layout', '_charts', '_axes', 'dTable', 'spPr')