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= bubble3DbubbleSize
attributebubbleSize= bubbleSizecat
attributecat= catdLbls
attributedLbls= dLblsdPt
attributedPt= dPtdata_points
attributedata_points= Alias('dPt')errBars
attributeerrBars= errBarsexplosion
attributeexplosion= explosionextLst
attributeextLst= Typed(expected_type=ExtensionList, allow_none=True)graphicalProperties
attributegraphicalProperties= Alias('spPr')identifiers
attributeidentifiers= Alias('cat')idx
attributeidx= idxidx_base
attributeidx_base= 0invertIfNegative
attributeinvertIfNegative= invertIfNegativelabels
attributelabels= Alias('dLbls')marker
attributemarker= markernamespace
attributenamespace= Noneorder
attributeorder= orderpictureOptions
attributepictureOptions= pictureOptionsshape
attributeshape= shapesmooth
attributesmooth= smoothspPr
attributespPr= spPrtagname
attributetagname= 'ser'title
attributetitle= Alias('tx')trendline
attributetrendline= trendlinetx
attributetx= txval
attributeval= valxVal
attributexVal= xValyVal
attributeyVal= yValzVal
attributezVal= Alias('bubbleSize')Functions
__iter__
func__iter__()from_tree
funcfrom_tree(node)Create object from XML
paramnodeto_tree
functo_tree(tagname=None, idx=None)The index can need rebasing
paramtagname= Noneparamidx= None