MCPcopy Create free account
hub / github.com/scanny/python-pptx / data_point_offset

Method data_point_offset

src/pptx/chart/data.py:153–158  ·  view source on GitHub ↗

The integer count of data points that appear in all chart series prior to this one.

(self)

Source from the content-addressed store, hash-verified

151
152 @property
153 def data_point_offset(self):
154 """
155 The integer count of data points that appear in all chart series
156 prior to this one.
157 """
158 return self._chart_data.data_point_offset(self)
159
160 @property
161 def index(self):

Callers

nothing calls this directly

Calls 1

data_point_offsetMethod · 0.45

Tested by

no test coverage detected