Trendline {xlcharts}R Documentation

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

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

## Not run: 
Trendline()

## End(Not run)


[Package xlcharts version 0.0.2 Index]