is_display_unit_label_shown property

is_display_unit_label_shown property

Represents if the display unit label is shown on the specified axis.

Remarks

The default value is True.

Definition:

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

See Also