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

Method series_name_ref

src/pptx/chart/data.py:74–79  ·  view source on GitHub ↗

Return the Excel worksheet reference to the cell containing the name for *series*.

(self, series)

Source from the content-addressed store, hash-verified

72 raise ValueError("series not in chart data object")
73
74 def series_name_ref(self, series):
75 """
76 Return the Excel worksheet reference to the cell containing the name
77 for *series*.
78 """
79 return self._workbook_writer.series_name_ref(series)
80
81 def x_values_ref(self, series):
82 """

Callers 2

name_refMethod · 0.45

Calls

no outgoing calls

Tested by 1