Paper Office
paper-xlsxAPI referencechart.error_bar

ErrorBars

paper-xlsx 0.2.1 API reference

ErrorBars(errDir=None, errBarType='both', errValType='fixedVal', noEndCap=None, plus=None, minus=None, val=None, spPr=None, extLst=None)

Attributes

direction

attributedirection
= Alias('errDir')

errBarType

attributeerrBarType
= errBarType

errDir

attributeerrDir
= errDir

errValType

attributeerrValType
= errValType

extLst

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

graphicalProperties

attributegraphicalProperties
= Alias('spPr')

idx_base

attributeidx_base
= 0

minus

attributeminus
= minus

namespace

attributenamespace
= None

noEndCap

attributenoEndCap
= noEndCap

plus

attributeplus
= plus

size

attributesize
= Alias('errValType')

spPr

attributespPr
= spPr

style

attributestyle
= Alias('errBarType')

tagname

attributetagname
= 'errBars'

val

attributeval
= val

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