gap_width属性
gap_width属性
返回或设置条形或列簇之间的空间,以条形或列宽度的百分比表示。 此属性的值必须介于 0 到 500 之间。
定义:
@property
def gap_width(self):
...
@gap_width.setter
def gap_width(self, value):
...
返回或设置条形或列簇之间的空间,以条形或列宽度的百分比表示。 此属性的值必须介于 0 到 500 之间。
@property
def gap_width(self):
...
@gap_width.setter
def gap_width(self, value):
...