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