Paper Office
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_format

The 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

attributex

The X value for this XY data point.

y

attributey

The Y value for this XY data point.

On this page