MCPcopy Create free account
hub / github.com/scanny/python-pptx / xCharts

Method xCharts

src/pptx/oxml/chart/chart.py:269–274  ·  view source on GitHub ↗

Return a sequence containing all the `c:{x}Chart` elements in this chart, in document order.

(self)

Source from the content-addressed store, hash-verified

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
277class CT_Style(BaseOxmlElement):

Callers

nothing calls this directly

Calls 1

iter_xChartsMethod · 0.95

Tested by

no test coverage detected