The worksheet writer object to which layout and writing of the Excel worksheet for this chart will be delegated.
(self)
| 332 | |
| 333 | @lazyproperty |
| 334 | def _workbook_writer(self): |
| 335 | """ |
| 336 | The worksheet writer object to which layout and writing of the Excel |
| 337 | worksheet for this chart will be delegated. |
| 338 | """ |
| 339 | return CategoryWorkbookWriter(self) |
| 340 | |
| 341 | |
| 342 | class Categories(Sequence): |
nothing calls this directly
no test coverage detected