Paper Office
paper-pptxAPI referencechart.series

BarSeries

paper-pptx 0.2.0 API reference

A data point series belonging to a bar plot.

Attributes

data_labels

attributedata_labels

DataLabels object controlling data labels for this series.

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.

invert_if_negative

attributeinvert_if_negative

True if a point having a value less than zero should appear with a fill different than those with a positive value. False if the fill should be the same regardless of the bar's value. When True, a bar with a solid fill appears with white fill; in a bar with gradient fill, the direction of the gradient is reversed, e.g. dark -> light instead of light -> dark. The term "invert" here should be understood to mean "invert the direction of the fill gradient".

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 CategoryPoints object providing access to individual data points in this series.

values

attributevalues

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

On this page