display_unit property

display_unit property

Specifies the scaling value of the display units for the value axis. Read/write DisplayUnitType.

Definition:

@property
def display_unit(self):
    ...

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

See Also