The |ChartFormat| instance for this series, providing access to shape properties such as fill and line.
(self)
| 24 | |
| 25 | @lazyproperty |
| 26 | def format(self): |
| 27 | """ |
| 28 | The |ChartFormat| instance for this series, providing access to shape |
| 29 | properties such as fill and line. |
| 30 | """ |
| 31 | return ChartFormat(self._ser) |
| 32 | |
| 33 | @property |
| 34 | def index(self): |
nothing calls this directly
no test coverage detected