depth_percent属性

depth_percent属性

以图表宽度的百分比(介于 20% 和 2000% 之间)表示三维图表的深度。

定义:

@property
def depth_percent(self):
    ...
@depth_percent.setter
def depth_percent(self, value):
    ...

也可以看看