ChartSpace | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.chartspace.html
ChartSpace(
date1904 = NULL,
lang = NULL,
roundedCorners = NULL,
style = NULL,
clrMapOvr = NULL,
pivotSource = NULL,
protection = NULL,
chart = NULL,
spPr = NULL,
txPr = NULL,
externalData = NULL,
printSettings = NULL,
userShapes = NULL,
extLst = NULL,
...
)
date1904 |
date1904 |
lang |
lang |
roundedCorners |
roundedCorners |
style |
style |
clrMapOvr |
clrMapOvr |
pivotSource |
pivotSource |
protection |
protection |
chart |
chart |
spPr |
spPr |
txPr |
txPr |
externalData |
externalData |
printSettings |
printSettings |
userShapes |
userShapes |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
ChartSpace(chart = ChartContainer())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.