Paper Office
paper-xlsxAPI referencechart.trendline

Trendline

paper-xlsx 0.2.1 API reference

Trendline(name=None, spPr=None, trendlineType='linear', order=None, period=None, forward=None, backward=None, intercept=None, dispRSqr=None, dispEq=None, trendlineLbl=None, extLst=None)

Attributes

backward

attributebackward
= backward

dispEq

attributedispEq
= dispEq

dispRSqr

attributedispRSqr
= dispRSqr

extLst

attributeextLst
= Typed(expected_type=ExtensionList, allow_none=True)

forward

attributeforward
= forward

graphicalProperties

attributegraphicalProperties
= Alias('spPr')

idx_base

attributeidx_base
= 0

intercept

attributeintercept
= intercept

name

attributename
= name

namespace

attributenamespace
= None

order

attributeorder
= order

period

attributeperiod
= period

spPr

attributespPr
= spPr

tagname

attributetagname
= 'trendline'

trendlineLbl

attributetrendlineLbl
= trendlineLbl

trendlineType

attributetrendlineType
= trendlineType

Functions

__iter__

func__iter__()

from_tree

funcfrom_tree(node)

Create object from XML

paramnode

to_tree

functo_tree(tagname=None, idx=None, namespace=None)
paramtagname
= None
paramidx
= None
paramnamespace
= None

On this page