TextAxis | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.axis.html
TextAxis(
auto = NULL,
lblAlgn = NULL,
lblOffset = 100L,
tickLblSkip = NULL,
tickMarkSkip = NULL,
noMultiLvlLbl = NULL,
extLst = NULL,
...
)
auto |
auto |
lblAlgn |
lblAlgn |
lblOffset |
lblOffset |
tickLblSkip |
tickLblSkip |
tickMarkSkip |
tickMarkSkip |
noMultiLvlLbl |
noMultiLvlLbl |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
TextAxis()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.