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