display_unit property

display_unit property

Represents the unit label for the specified axis.

Definition:

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

See Also