Skip to content

Trendline

Source code

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.trendline.html

Usage

Trendline(
  name = NULL,
  spPr = NULL,
  trendlineType = "linear",
  order = NULL,
  period = NULL,
  forward = NULL,
  backward = NULL,
  intercept = NULL,
  dispRSqr = NULL,
  dispEq = NULL,
  trendlineLbl = NULL,
  extLst = NULL,
  ...
)

Arguments

name name
spPr spPr
trendlineType trendlineType
order order
period period
forward forward
backward backward
intercept intercept
dispRSqr dispRSqr
dispEq dispEq
trendlineLbl trendlineLbl
extLst extLst
Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

library("xlcharts")

Trendline()