Learn R Programming

xlcharts (version 0.0.1)

Trendline: Trendline

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,
  ...
)

Value

An openpyxl Python object.

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.

Examples

Run this code
if (FALSE) {
Trendline()
}

Run the code above in your browser using DataLab