The integer count of data points that appear in all chart series prior to this one.
(self)
| 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): |
nothing calls this directly
no test coverage detected