depth_percent property

depth_percent property

Represents the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent).

Definition:

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

See Also