height property

height property

Returns or sets the height of a title as a fraction of the height of the chart. Read/write float.

Definition:

@property
def height(self):
    ...

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

See Also