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_labelThe DataLabel object representing the label on this data point.
format
attributeformatThe ChartFormat object providing access to the shape formatting
properties of this data point, such as line and fill.
marker
attributemarkerThe 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.