label_offset property

label_offset property

Specifies the distance of labels from the axis. Applied to category or date axis. Value must be between 0% and 1000%. Read/write int.

Definition:

@property
def label_offset(self):
    ...

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

See Also