Scaling {xlcharts} | R Documentation |
Scaling
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.axis.html
Usage
Scaling(
logBase = NULL,
orientation = "minMax",
max = NULL,
min = NULL,
extLst = NULL,
...
)
Arguments
logBase |
logBase |
orientation |
orientation |
max |
max |
min |
min |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
Scaling()
## End(Not run)
[Package xlcharts version 0.0.2 Index]