The |Font| object that provides access to the text properties for these tick labels, such as bold, italic, etc.
(self)
| 345 | |
| 346 | @lazyproperty |
| 347 | def font(self): |
| 348 | """ |
| 349 | The |Font| object that provides access to the text properties for |
| 350 | these tick labels, such as bold, italic, etc. |
| 351 | """ |
| 352 | defRPr = self._element.defRPr |
| 353 | font = Font(defRPr) |
| 354 | return font |
| 355 | |
| 356 | @property |
| 357 | def number_format(self): |