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

Method bubble_sizes_ref

src/pptx/chart/data.py:796–801  ·  view source on GitHub ↗

The Excel worksheet reference for the range containing the bubble sizes for this series.

(self)

Source from the content-addressed store, hash-verified

794
795 @property
796 def bubble_sizes_ref(self):
797 """
798 The Excel worksheet reference for the range containing the bubble
799 sizes for this series.
800 """
801 return self._chart_data.bubble_sizes_ref(self)
802
803
804class CategoryDataPoint(_BaseDataPoint):

Callers

nothing calls this directly

Calls 1

bubble_sizes_refMethod · 0.45

Tested by

no test coverage detected