auto_scaling属性
auto_scaling属性
如果 Microsoft 则为真 Excel 缩放三维图表,以使其大小更接近等效的二维图表。 RightAngleAxes 属性必须为 True。
定义:
@property
def auto_scaling(self):
...
@auto_scaling.setter
def auto_scaling(self, value):
...
如果 Microsoft 则为真 Excel 缩放三维图表,以使其大小更接近等效的二维图表。 RightAngleAxes 属性必须为 True。
@property
def auto_scaling(self):
...
@auto_scaling.setter
def auto_scaling(self, value):
...