AreaChart3D {xlcharts} | R Documentation |
AreaChart3D
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.area_chart.html
Usage
AreaChart3D(gapDepth = NULL, ...)
Arguments
gapDepth |
gapDepth |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
AreaChart3D()
## End(Not run)
[Package xlcharts version 0.0.2 Index]