Paper Office
paper-xlsxAPI referencechart.series

XYSeries

paper-xlsx 0.2.1 API reference

Dedicated series for charts that have x and y series

Attributes

bubble3D

attributebubble3D
= Series.bubble3D

bubbleSize

attributebubbleSize
= Series.bubbleSize

cat

attributecat
= cat

dLbls

attributedLbls
= Series.dLbls

dPt

attributedPt
= Series.dPt

data_points

attributedata_points
= Alias('dPt')

errBars

attributeerrBars
= Series.errBars

explosion

attributeexplosion
= explosion

extLst

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

graphicalProperties

attributegraphicalProperties
= Alias('spPr')

identifiers

attributeidentifiers
= Alias('cat')

idx

attributeidx
= Series.idx

idx_base

attributeidx_base
= 0

invertIfNegative

attributeinvertIfNegative
= Series.invertIfNegative

labels

attributelabels
= Alias('dLbls')

marker

attributemarker
= Series.marker

namespace

attributenamespace
= None

order

attributeorder
= Series.order

pictureOptions

attributepictureOptions
= pictureOptions

shape

attributeshape
= shape

smooth

attributesmooth
= Series.smooth

spPr

attributespPr
= Series.spPr

tagname

attributetagname
= 'ser'

title

attributetitle
= Alias('tx')

trendline

attributetrendline
= Series.trendline

tx

attributetx
= Series.tx

val

attributeval
= val

xVal

attributexVal
= Series.xVal

yVal

attributeyVal
= Series.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