Paper Office
paper-xlsxAPI referencechart.series

Series

paper-xlsx 0.2.1 API reference

Generic series object. Should not be instantiated directly. User the chart.Series factory instead.

Series(idx=0, order=0, tx=None, spPr=None, pictureOptions=None, dPt=(), dLbls=None, trendline=None, errBars=None, cat=None, val=None, invertIfNegative=None, shape=None, xVal=None, yVal=None, bubbleSize=None, bubble3D=None, marker=None, smooth=None, explosion=None, extLst=None)

Attributes

bubble3D

attributebubble3D
= bubble3D

bubbleSize

attributebubbleSize
= bubbleSize

cat

attributecat
= cat

dLbls

attributedLbls
= dLbls

dPt

attributedPt
= dPt

data_points

attributedata_points
= Alias('dPt')

errBars

attributeerrBars
= errBars

explosion

attributeexplosion
= explosion

extLst

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

graphicalProperties

attributegraphicalProperties
= Alias('spPr')

identifiers

attributeidentifiers
= Alias('cat')

idx

attributeidx
= idx

idx_base

attributeidx_base
= 0

invertIfNegative

attributeinvertIfNegative
= invertIfNegative

labels

attributelabels
= Alias('dLbls')

marker

attributemarker
= marker

namespace

attributenamespace
= None

order

attributeorder
= order

pictureOptions

attributepictureOptions
= pictureOptions

shape

attributeshape
= shape

smooth

attributesmooth
= smooth

spPr

attributespPr
= spPr

tagname

attributetagname
= 'ser'

title

attributetitle
= Alias('tx')

trendline

attributetrendline
= trendline

tx

attributetx
= tx

val

attributeval
= val

xVal

attributexVal
= xVal

yVal

attributeyVal
= yVal

zVal

attributezVal
= Alias('bubbleSize')

Functions

__iter__

func__iter__()

from_tree

funcfrom_tree(node)

Create object from XML

paramnode

to_tree

functo_tree(tagname=None, idx=None)

The index can need rebasing

paramtagname
= None
paramidx
= None

On this page