Return a sequence containing all the `c:{x}Chart` elements in this chart, in document order.
(self)
| 267 | |
| 268 | @property |
| 269 | def xCharts(self): |
| 270 | """ |
| 271 | Return a sequence containing all the `c:{x}Chart` elements in this |
| 272 | chart, in document order. |
| 273 | """ |
| 274 | return tuple(self.iter_xCharts()) |
| 275 | |
| 276 | |
| 277 | class CT_Style(BaseOxmlElement): |
nothing calls this directly
no test coverage detected