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
library("xlcharts")
TrendlineLabel()