The |Font| object that provides access to the text properties for these data labels, such as bold, italic, etc.
(self)
| 21 | |
| 22 | @lazyproperty |
| 23 | def font(self): |
| 24 | """ |
| 25 | The |Font| object that provides access to the text properties for |
| 26 | these data labels, such as bold, italic, etc. |
| 27 | """ |
| 28 | defRPr = self._element.defRPr |
| 29 | font = Font(defRPr) |
| 30 | return font |
| 31 | |
| 32 | @property |
| 33 | def number_format(self): |