|ChartFormat| object providing access to shape formatting. Return the |ChartFormat| object providing shape formatting properties for this axis title, such as its line color and fill.
(self)
| 251 | |
| 252 | @lazyproperty |
| 253 | def format(self): |
| 254 | """|ChartFormat| object providing access to shape formatting. |
| 255 | |
| 256 | Return the |ChartFormat| object providing shape formatting properties |
| 257 | for this axis title, such as its line color and fill. |
| 258 | """ |
| 259 | return ChartFormat(self._element) |
| 260 | |
| 261 | @property |
| 262 | def has_text_frame(self): |
nothing calls this directly
no test coverage detected