Paper Office
paper-pptxAPI referencechart.series

BubbleSeries

paper-pptx 0.2.0 API reference

A data point series belonging to a bubble plot.

Attributes

format

attributeformat

The ChartFormat instance for this series, providing access to shape properties such as fill and line.

index

attributeindex

The zero-based integer index of this series as reported in its c:ser/c:idx element.

marker

attributemarker

The Marker instance for this series, providing access to data point marker properties such as fill and line. Setting these properties determines the appearance of markers for all points in this series that are not overridden by settings at the point level.

name

attributename

The string label given to this series, appears as the title of the column for this series in the Excel worksheet. It also appears as the label for this series in the legend.

points

attributepoints

The BubblePoints object providing access to individual data point objects used to discover and adjust the formatting and data labels of a data point.

values

attributevalues

Read-only. A sequence containing the float values for this series, in the order they appear on the chart.

Functions

iter_values

funciter_values()

Generate each float Y value in this series, in the order they appear on the chart. A value of None represents a missing Y value (corresponding to a blank Excel cell).

On this page