powered by
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.shapes.html
GraphicalProperties( bwMode = NULL, xfrm = NULL, noFill = NULL, solidFill = NULL, gradFill = NULL, pattFill = NULL, ln = NULL, scene3d = NULL, custGeom = NULL, prstGeom = NULL, sp3d = NULL, extLst = NULL, ... )
An openpyxl Python object.
bwMode
xfrm
noFill
solidFill
gradFill
pattFill
ln
scene3d
custGeom
prstGeom
sp3d
extLst
Additional arguments, i.e. kwargs.
This element specifies the formatting for the parent chart element. The custGeom, prstGeom, scene3d, and xfrm elements are not supported. The bwMode attribute is not supported. This doesn't leave much. And the element is used in different places.
if (FALSE) { GraphicalProperties() }
Run the code above in your browser using DataLab