PlotArea {xlcharts} | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.plotarea.html
PlotArea(
layout = NULL,
dTable = NULL,
spPr = NULL,
charts = list(),
axes = list(),
extLst = NULL,
...
)
layout |
layout |
dTable |
dTable |
spPr |
spPr |
charts |
_charts |
axes |
_axes |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
PlotArea()
## End(Not run)