height_percents property

height_percents property

Specifies the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent). Read/write int.

Definition:

@property
def height_percents(self):
    ...

@height_percents.setter
def height_percents(self, value):
    ...

See Also