The |ChartFormat| object providing access to the shape formatting properties of this axis, such as its line color and fill.
(self)
| 37 | |
| 38 | @lazyproperty |
| 39 | def format(self): |
| 40 | """ |
| 41 | The |ChartFormat| object providing access to the shape formatting |
| 42 | properties of this axis, such as its line color and fill. |
| 43 | """ |
| 44 | return ChartFormat(self._element) |
| 45 | |
| 46 | @property |
| 47 | def has_major_gridlines(self): |
nothing calls this directly
no test coverage detected