height_percent property

height_percent property

Returns or sets the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent).

Definition:

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

See Also