bubble_scale属性
bubble_scale属性
获取或设置指定图表组中气泡的比例因子。 它可以是 0(零)到 300 之间的整数值, 对应于默认大小的百分比。 仅适用于气泡图。
定义:
@property
def bubble_scale(self):
...
@bubble_scale.setter
def bubble_scale(self, value):
...
获取或设置指定图表组中气泡的比例因子。 它可以是 0(零)到 300 之间的整数值, 对应于默认大小的百分比。 仅适用于气泡图。
@property
def bubble_scale(self):
...
@bubble_scale.setter
def bubble_scale(self, value):
...