height_ratio_to_chart property

height_ratio_to_chart property

Gets or sets the vertical offset from its lower right corner row, in units of ratio of the chart area.

Definition:

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

See Also