tick_label_items property

tick_label_items property

Gets each tick label item’s information of axis.

Remarks

Only available after calling Chart.calculate method.

Definition:

@property
def tick_label_items(self):
    ...

See Also