fastpyxl.chart.marker module
- class fastpyxl.chart.marker.DataPoint(idx=None, invertIfNegative=None, marker=None, bubble3D=None, explosion=None, spPr=None, pictureOptions=None, extLst=None)[source]
Bases:
Serialisable- bubble3D: bool | None
- explosion: int | None
- extLst: ExtensionList | None
- property graphicalProperties
- idx: int | None
- invertIfNegative: bool | None
- pictureOptions: PictureOptions | None
- spPr: GraphicalProperties | None
- tagname = 'dPt'
- xml_order = ('idx', 'invertIfNegative', 'marker', 'bubble3D', 'explosion', 'spPr', 'pictureOptions')
- class fastpyxl.chart.marker.Marker(symbol=None, size=None, spPr=None, extLst=None)[source]
Bases:
Serialisable- extLst: ExtensionList | None
- property graphicalProperties
- size: int | None
- spPr: GraphicalProperties | None
- symbol: str | None
- tagname = 'marker'
- xml_order = ('symbol', 'size', 'spPr')