paper-pptxAPI referencechart.data
XyDataPoint
paper-pptx 0.2.0 API reference
A data point in an XY chart series. Provides access to the x and y values of the datapoint.
XyDataPoint(series_data, x, y, number_format)Attributes
number_format
attributenumber_formatThe formatting template string that determines how the value of this data point is formatted, both in the chart and in the Excel spreadsheet; for example '#,##0.0'. If not specified for this data point, it is inherited from the parent series data object.
x
attributexThe X value for this XY data point.
y
attributeyThe Y value for this XY data point.