Paper Office
paper-pptxAPI referencechart.point

Point

paper-pptx 0.2.0 API reference

Provides access to the properties of an individual data point in a series, such as the visual properties of its marker and the text and font of its data label.

Point(ser, idx)

Attributes

data_label

attributedata_label

The DataLabel object representing the label on this data point.

format

attributeformat

The ChartFormat object providing access to the shape formatting properties of this data point, such as line and fill.

marker

attributemarker

The Marker instance for this point, providing access to the visual properties of the data point marker, such as fill and line. Setting these properties overrides any value set at the series level.

On this page