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

Method format

src/pptx/chart/point.py:75–81  ·  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

73
74 @lazyproperty
75 def format(self):
76 """
77 The |ChartFormat| object providing access to the shape formatting
78 properties of this data point, such as line and fill.
79 """
80 dPt = self._ser.get_or_add_dPt_for_point(self._idx)
81 return ChartFormat(dPt)
82
83 @lazyproperty
84 def marker(self):

Callers 15

values_refMethod · 0.45
numRef_xmlMethod · 0.45
pt_xmlMethod · 0.45
txMethod · 0.45
tx_xmlMethod · 0.45
xmlMethod · 0.45
_cat_ax_xmlMethod · 0.45
_ser_xmlMethod · 0.45
xmlMethod · 0.45
_cat_ax_xmlMethod · 0.45
_ser_xmlMethod · 0.45
xmlMethod · 0.45

Calls 2

ChartFormatClass · 0.90

Tested by

no test coverage detected