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