Paper Office
paper-pptxAPI referencechart.data

CategoryDataPoint

paper-pptx 0.2.0 API reference

A data point in a category chart series. Provides access to the value of the datapoint and the number format with which it should appear in the Excel file.

CategoryDataPoint(series_data, value, 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.

value

attributevalue

The (Y) value for this category data point.

On this page