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

Method format

src/pptx/chart/axis.py:330–336  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

328
329 @lazyproperty
330 def format(self):
331 """
332 The |ChartFormat| object providing access to the shape formatting
333 properties of this data point, such as line and fill.
334 """
335 majorGridlines = self._xAx.get_or_add_majorGridlines()
336 return ChartFormat(majorGridlines)
337
338
339class TickLabels(object):

Callers

nothing calls this directly

Calls 1

ChartFormatClass · 0.90

Tested by

no test coverage detected