NumericAxis | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.axis.html
NumericAxis(
crossBetween = NULL,
majorUnit = NULL,
minorUnit = NULL,
dispUnits = NULL,
extLst = NULL,
...
)
crossBetween |
crossBetween |
majorUnit |
majorUnit |
minorUnit |
minorUnit |
dispUnits |
dispUnits |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
NumericAxis()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.