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

Method values_ref

src/pptx/chart/data.py:676–681  ·  view source on GitHub ↗

The Excel worksheet reference to the (Y) values for this series (not including the column heading).

(self)

Source from the content-addressed store, hash-verified

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
684class XyChartData(_BaseChartData):

Callers

nothing calls this directly

Calls 1

values_refMethod · 0.45

Tested by

no test coverage detected