TrendlineLabel {xlcharts} | R Documentation |
TrendlineLabel
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.trendline.html
Usage
TrendlineLabel(
layout = NULL,
tx = NULL,
numFmt = NULL,
spPr = NULL,
txPr = NULL,
extLst = NULL,
...
)
Arguments
layout |
layout |
tx |
tx |
numFmt |
numFmt |
spPr |
spPr |
txPr |
txPr |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
TrendlineLabel()
## End(Not run)
[Package xlcharts version 0.0.2 Index]