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

Method format

src/pptx/chart/axis.py:39–44  ·  view source on GitHub ↗

The |ChartFormat| object providing access to the shape formatting properties of this axis, such as its line color and fill.

(self)

Source from the content-addressed store, hash-verified

37
38 @lazyproperty
39 def format(self):
40 """
41 The |ChartFormat| object providing access to the shape formatting
42 properties of this axis, such as its line color and fill.
43 """
44 return ChartFormat(self._element)
45
46 @property
47 def has_major_gridlines(self):

Callers

nothing calls this directly

Calls 1

ChartFormatClass · 0.90

Tested by

no test coverage detected