The Excel worksheet reference for the range containing the bubble sizes for this series.
(self)
| 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 | |
| 804 | class CategoryDataPoint(_BaseDataPoint): |
nothing calls this directly
no test coverage detected