The |TickLabels| instance providing access to axis tick label formatting properties. Tick labels are the numbers appearing on a value axis or the category names appearing on a category axis.
(self)
| 199 | |
| 200 | @lazyproperty |
| 201 | def tick_labels(self): |
| 202 | """ |
| 203 | The |TickLabels| instance providing access to axis tick label |
| 204 | formatting properties. Tick labels are the numbers appearing on |
| 205 | a value axis or the category names appearing on a category axis. |
| 206 | """ |
| 207 | return TickLabels(self._element) |
| 208 | |
| 209 | @property |
| 210 | def tick_label_position(self): |