tick_label_position property

tick_label_position property

Represents the position of tick-mark labels on the specified axis. Read/write TickLabelPositionType.

Definition:

@property
def tick_label_position(self):
    ...

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

See Also