GraphicalProperties {xlcharts} | R Documentation |
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,
...
)
bwMode |
bwMode |
xfrm |
xfrm |
noFill |
noFill |
solidFill |
solidFill |
gradFill |
gradFill |
pattFill |
pattFill |
ln |
ln |
scene3d |
scene3d |
custGeom |
custGeom |
prstGeom |
prstGeom |
sp3d |
sp3d |
extLst |
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.
An openpyxl Python object.
## Not run:
GraphicalProperties()
## End(Not run)