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

Method format

src/pptx/chart/series.py:26–31  ·  view source on GitHub ↗

The |ChartFormat| instance for this series, providing access to shape properties such as fill and line.

(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

ChartFormatClass · 0.90

Tested by

no test coverage detected