paper-pptxAPI referencechart.series
PieSeries
paper-pptx 0.2.0 API reference
A data point series belonging to a pie plot.
Attributes
data_labels
attributedata_labelsDataLabels object controlling data labels for this series.
format
attributeformatThe ChartFormat instance for this series, providing access to shape
properties such as fill and line.
index
attributeindexThe zero-based integer index of this series as reported in its
c:ser/c:idx element.
name
attributenameThe 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
attributepointsThe CategoryPoints object providing access to individual data
points in this series.
values
attributevaluesRead-only. A sequence containing the float values for this series, in the order they appear on the chart.