The Excel worksheet reference to the (Y) values for this series (not including the column heading).
(self)
| 674 | |
| 675 | @property |
| 676 | def values_ref(self): |
| 677 | """ |
| 678 | The Excel worksheet reference to the (Y) values for this series (not |
| 679 | including the column heading). |
| 680 | """ |
| 681 | return self._chart_data.values_ref(self) |
| 682 | |
| 683 | |
| 684 | class XyChartData(_BaseChartData): |
nothing calls this directly
no test coverage detected